check_supported_type: Check if a Dataset Type is Supported

View source: R/check_supported_type.R

check_supported_typeR 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.


tidyfinance documentation built on April 3, 2025, 6:10 p.m.