create_export {previsionio} | R Documentation |
Export data using an existing exporter and the resource to export
Description
Export data using an existing exporter and the resource to export
Usage
create_export(exporter_id, type, dataset_id = NULL, prediction_id = NULL)
Arguments
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\") |
Value
list - parsed content of the export.
[Package previsionio version 11.7.0 Index]