create_export | R Documentation |
Export data using an existing exporter and the resource to export
create_export(exporter_id, type, dataset_id = NULL, prediction_id = NULL)
exporter_id |
id of the exporter, can be obtained with get_exporters(). |
type |
type of data to export among \"dataset"\, \"validation-prediction\" or \"deployment-prediction\" |
dataset_id |
id of the dataset to export (only for type == \"dataset\") |
prediction_id |
id of the prediction to export (only for type == \"validation_prediction\" or type == \"deployment-prediction\") |
list - parsed content of the export.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.