View source: R/helper_functions_minimal.R
save_files | R Documentation |
Save files
save_files(
DF,
short_name_scale,
is_scale = TRUE,
is_sensitive = FALSE,
output_formats = c("csv", "csv2")
)
DF |
dataframe |
short_name_scale |
short name of scale |
is_scale |
= TRUE |
is_sensitive |
= TRUE |
output_formats |
One or more of the following: csv, csv2 or rds |
Save a DF in one or more output formats to output/data or .vault/outputs/data/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.