View source: R/ProxyDataManager.R
export_master_sheet | R Documentation |
Export the master sheet to file
export_master_sheet(x, ...)
mng |
'ProxyDataManager' object |
path |
file path for output file |
format |
output format one of 'yml' (default), 'csv', 'xlsx' |
overwrite |
logical, overwrite destination 'path' if already exists? (default 'FALSE') |
None
## Not run: mng <- ProxyDataManager() export_master_sheet(mng, 'path/to/output_file.format_output_file', format = 'csv') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.