View source: R/dataset_export.R
DatasetExport.create | R Documentation |
Create a new dataset export.
DatasetExport.create(
dataset_id,
format = "json",
params = list(),
follow = FALSE,
env = .solveEnv,
...
)
dataset_id |
The target dataset ID. |
format |
(optional) The export format (default: json). |
params |
(optional) Query parameters for the export. |
follow |
(default: FALSE) Follow the export task until it completes. |
env |
(optional) Custom client environment. |
... |
(optional) Additional dataset export parameters. |
## Not run:
DatasetExport.create(dataset_id=<ID>, format='json', params=list(fields=c("field_1"), limit=100))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.