Learn R Programming

geckor (version 0.2.0)

validate_arguments: 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
)

Arguments

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.