View source: R/check_supported_type.R
check_supported_type | R Documentation |
This function checks if a given dataset type is supported by verifying against a list of all supported dataset types from different domains. If the specified type is not supported, it stops execution and returns an error message listing all supported types.
check_supported_type(type)
type |
The dataset type to check for support. |
Does not return a value; instead, it either passes silently if the type is supported or stops execution with an error message if the type is unsupported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.