View source: R/finspacedata_operations.R
finspacedata_update_dataset | R Documentation |
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
)
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
datasetId |
[required] The unique identifier for the Dataset to update. |
datasetTitle |
[required] A display title for the Dataset. |
kind |
[required] The format in which the Dataset data is structured.
|
datasetDescription |
A description for the Dataset. |
alias |
The unique resource identifier for a Dataset. |
schemaDefinition |
Definition for a schema on a tabular Dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.