R/misc.R
check_options.Rd
check_options() is to be used in the prep function to ensure that options arguments are lists and contain the right elements.
check_options()
options
check_options(options, exclude = NULL, include = NULL, call = caller_env())
options to be checked.
Character vector, elements that can't be present in options.
Character vector, Allowed elements in options.
developer_functions