View source: R/finspacedata_operations.R
finspacedata_create_dataset | R Documentation |
Creates a new FinSpace Dataset.
See https://www.paws-r-sdk.com/docs/finspacedata_create_dataset/ for full documentation.
finspacedata_create_dataset(
clientToken = NULL,
datasetTitle,
kind,
datasetDescription = NULL,
ownerInfo = NULL,
permissionGroupParams,
alias = NULL,
schemaDefinition = NULL
)
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
datasetTitle |
[required] Display title for a FinSpace Dataset. |
kind |
[required] The format in which Dataset data is structured.
|
datasetDescription |
Description of a Dataset. |
ownerInfo |
Contact information for a Dataset owner. |
permissionGroupParams |
[required] Permission group parameters for Dataset permissions. |
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.