Unlimited learning, half price | 50% off
Get 50% off unlimited learning

rmacrostrat (version 1.0.0)

check_arguments: Check if arguments are valid (internal)

Description

This function checks whether user arguments are valid in terms of being an available argument or of the correct class.

Usage

check_arguments(x, ref)

Value

Error messages or TRUE if all arguments are valid.

Arguments

x

list. The user-query list to compare against ref.

ref

list. The reference list to compare x against.