View source: R/helpers_dataset.R
| validate_dataset_params | R Documentation |
Validates common parameters used across all dataset functions.
validate_dataset_params(
table,
valid_tables,
quiet,
max_retries,
allow_all = TRUE
)
table |
Character. The table parameter to validate. |
valid_tables |
Character vector. Valid table names for the dataset. |
quiet |
Logical. Whether to suppress messages. |
max_retries |
Numeric. Maximum number of retry attempts. |
allow_all |
Logical. Whether "all" is a valid table value. Default TRUE. |
Invisible TRUE if all validations pass. Errors otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.