data_export
Export a dataset from the R session to a file. Choose CSV, TSV, Excel, or RDS format based on the destination path or an explicit override.
Instructions
Write a dataset from the session to disk as CSV, TSV, Excel or RDS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Dataset name in the session. | |
| path | Yes | Destination path; the format is taken from the extension. | |
| format | No | Override the format: csv, tsv, excel, rds. |