Save text (a container of strings) to a file
Examples
text <- c("hello", "world")
filename <- get_beastier_tempfilename()
save_lines(filename = filename, lines = text)
file.remove(filename)
#> [1] TRUE
remove_beaustier_folders()
Save text (a container of strings) to a file
text <- c("hello", "world")
filename <- get_beastier_tempfilename()
save_lines(filename = filename, lines = text)
file.remove(filename)
#> [1] TRUE
remove_beaustier_folders()