.coerce-params {stbl} | R Documentation |
These parameters are used in multiple coercion functions. They are defined here to make them easier to import and to find.
... |
These dots are for future extensions and should be empty. |
allow_na |
Logical. Are NA values ok? |
allow_null |
Logical. Is NULL an acceptable value? |
allow_zero_length |
Logical. Are zero-length vectors acceptable? |
min_size |
Integer. The minimum size of the object. Object size will be
tested using |
max_size |
Integer. The maximum size of the object. Object size will be
tested using |
x |
The argument to stabilize. |
x_arg |
Character. An argument name for x. The automatic value will work in most cases, or pass it through from higher-level functions to make error messages clearer in unexported functions. |
x_class |
Character. The class name of |
call |
The execution environment of the call. See the |