| export_browser_metadata | R Documentation | 
Exports the meta.csv[.zip] metadata file for dfr-browser. This is a
convenience function in case you wish to re-export metadata without changing
anything else. Equivalent results can be achieved by modifying the metadata
on the model object before calling export_browser_data.
export_browser_metadata(file, meta, zipped, overwrite, index, header = FALSE)
| file | output file name | 
| meta | data frame with metadata, one row per document | 
| zipped | compress output? | 
| overwrite | clobber existing file? | 
| index | if non-NULL, output is assumed to go into an element with ID
 | 
| header | if TRUE, output header row (by default, dfr-browser does not expect one) | 
This file simply writes the supplied meta frame as a headerless CSV
according to the conventions expected by the default settings in
dfr-browser.
export_browser_data for a more automated export of
all model information at once
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.