View source: R/validate_arguments.R
validate_arguments | R Documentation |
Validates arguments that are frequently used in geckor
functions
validate_arguments(
arg_max_attempts = NULL,
arg_coin_ids = NULL,
arg_vs_currencies = NULL,
arg_exchange_id = NULL,
arg_include_market_cap = NULL,
arg_include_24h_vol = NULL,
arg_include_24h_change = NULL,
arg_date = NULL
)
This internal function is to be used for its side effects. If any of the checks is not passed, the respective error is returned. If all checks are passed successfully, nothing is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.