powered by
Save text (a container of strings) to a file
save_lines(filename, lines)
Nothing. Will save the lines to file
filename of the file to have the text written to
lines of text to be written to file
Richèl J.C. Bilderbeek
text <- c("hello", "world") filename <- get_beastier_tempfilename() save_lines(filename = filename, lines = text) file.remove(filename) remove_beaustier_folders()
Run the code above in your browser using DataLab