Match user supplied arguments with supported options and return a logical list for
internal usage
match_output_arguments(
input_args = c(),
supported_args = c(),
logger = NULL,
level = "info"
)
A logical vector of named output arguments
A character vector of input arguments (can be partial).
A character vector of supported output arguments.
A character vector indicating the logger to target messages at. Defaults to no logging.
Character string defaulting to "info". Logging level see documentation of futile.logger for details. Supported options are "info" and "debug"