View source: R/misc_functions.R
implement_output | R Documentation |
Will save extracted variable to disk if out_save_disk = TRUE
. Note it relies on correct underlying structure
of directories. Will output extracted variable into R workspace if return_output = TRUE
.
implement_output(
variable_dat,
varname,
out_save_disk,
out_subdir,
out_filepath,
return_output
)
variable_dat |
Dataset containing variable |
varname |
Name of variable to use in filename |
out_save_disk |
If TRUE will save output to disk |
out_subdir |
Sub-directory of data/ to save output into |
out_filepath |
Full fiilepath to save dat onto |
return_output |
If TRUE returns output into R workspace |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.