Match User Supplied Arguments with Supported Options
Source:R/utilities.R
match_output_arguments.Rd
Usage
match_output_arguments(
input_args = NULL,
supported_args = NULL,
logger = NULL,
level = "info"
)
Arguments
- input_args
A character vector of input arguments (can be partial).
- supported_args
A character vector of supported output arguments.
- logger
A character vector indicating the logger to target messages at. Defaults to no logging.
- level
Character string defaulting to "info". Logging level see documentation of futile.logger for details. Supported options are "info" and "debug".