check_control {LDATS} | R Documentation |
Check that a control list is proper
Description
Check that a list of controls is of the right class.
Usage
check_control(control, eclass = "list")
Arguments
control |
Control list to evaluate. |
eclass |
Expected class of the list to be evaluated. |
Value
an error message is thrown if the input is improper, otherwise
NULL
.
Examples
check_control(list())
[Package LDATS version 0.3.0 Index]