| write_to_dir | R Documentation |
function to write data to a directory
write_to_dir(
l = NULL,
output_dir = NULL,
output_file = NULL,
file_format = c("csv", "json"),
file_type = c("single", "multiple")
)
output_dir |
Directory to write to. |
output_file |
Name of the output file. |
file_format |
Format of the file. |
file_type |
Should a single or multiple files be written? |
Andreas Scharmueller, andschar@protonmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.