Updates a FinSpace Dataset.
See https://www.paws-r-sdk.com/docs/finspacedata_update_dataset/ for full documentation.
finspacedata_update_dataset(
clientToken = NULL,
datasetId,
datasetTitle,
kind,
datasetDescription = NULL,
alias = NULL,
schemaDefinition = NULL
)
A token that ensures idempotency. This token expires in 10 minutes.
[required] The unique identifier for the Dataset to update.
[required] A display title for the Dataset.
[required] The format in which the Dataset data is structured.
TABULAR
– Data is structured in a tabular format.
NON_TABULAR
– Data is structured in a non-tabular format.
A description for the Dataset.
The unique resource identifier for a Dataset.
Definition for a schema on a tabular Dataset.