View source: R/save_data_wrangling.R
save_data_wrangling | R Documentation |
save_data_wrangling
save_data_wrangling(
data_wrangling,
out_dir = NULL,
out_prefix = NULL,
out_suffix = NULL
)
data_wrangling |
data wrangling output |
out_dir |
output directory (default: NULL) if null, saves to current working directory |
out_prefix |
output file prefix (default: NULL) |
out_suffix |
output file suffix (default: NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.