validate_arguments: Validate arguments

View source: R/validate_arguments.R

validate_argumentsR Documentation

Validate arguments

Description

Validates arguments that are frequently used in geckor functions

Usage

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
)

Value

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.


next-game-solutions/geckor documentation built on April 27, 2023, 10:59 a.m.