Runs the export function for a given data format on feature data
1 2 |
df |
Data frame of feature data to export |
name |
Primary name of export, meaning file name or database table name |
label |
Optional data label for export formats. For example if not NA, this would be the name
of the data table within an hdf5 file or a suffix to the csv file name, as in |
format |
One of the supported formats for data export, currently 'hdf5', 'csv', or 'database' |
checkId |
boolean control over whether to error out with a |
checkGeo |
boolean control over whether to warn if a geographic field, |
... |
Pass through parameters for specific export methods. For example, database export requires a conn object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.