check_supported_type {tidyfinance} | R Documentation |
Check if a Dataset Type is Supported
Description
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.
Usage
check_supported_type(type)
Arguments
type |
The dataset type to check for support. |
Value
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.
[Package tidyfinance version 0.3.0 Index]