View source: R/save_list_data.R
save_list_data | R Documentation |
save_list_data
save_list_data(
data,
out_dir,
out_prefix = NULL,
out_suffix = NULL,
col_names = FALSE
)
data |
list data to save |
out_dir |
directory to save list data |
out_prefix |
prefix of files to save (default: NULL) |
out_suffix |
suffix of files to save (default: NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.