View source: R/quicksight_operations.R
quicksight_create_ingestion | R Documentation |
Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in an Enterprise edition account 32 times in a 24-hour period. You can manually refresh datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period is measured starting 24 hours before the current date and time.
See https://www.paws-r-sdk.com/docs/quicksight_create_ingestion/ for full documentation.
quicksight_create_ingestion(
DataSetId,
IngestionId,
AwsAccountId,
IngestionType = NULL
)
DataSetId |
[required] The ID of the dataset used in the ingestion. |
IngestionId |
[required] An ID for the ingestion. |
AwsAccountId |
[required] The Amazon Web Services account ID. |
IngestionType |
The type of ingestion that you want to create. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.