View source: R/general_functions.R
bundle_paths | R Documentation |
Grab and store a list of file names, extensions, and output locations to be sent to purrr for writing many files. This function creates the second of the two lists needed for exporting many files at once with walk2
bundle_paths(df_list, output_location, file_type)
df_list |
A named list of data frames |
output_location |
The desired folder location where the files are to be saved. Uses regular format, NOT the |
file_type |
A string that contains the file type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.