View source: R/vctrs-deprecated.R
vec_is_list | R Documentation |
These functions have been deprecated as of vctrs 0.6.0.
vec_is_list()
has been renamed to obj_is_list()
.
vec_check_list()
has been renamed to obj_check_list()
.
vec_is_list(x)
vec_check_list(x, ..., arg = caller_arg(x), call = caller_env())
x |
For |
... |
These dots are for future extensions and must be empty. |
arg |
An argument name as a string. This argument will be mentioned in error messages as the input that is at the origin of a problem. |
call |
The execution environment of a currently
running function, e.g. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.