| .check_size | R Documentation |
Checks if the size of x (from vctrs::vec_size()) is within the bounds of
min_size and max_size.
.check_size(x, min_size, max_size, x_arg = caller_arg(x), call = caller_env())
x |
The object to check. |
min_size |
|
max_size |
|
x_arg |
|
call |
|
NULL, invisibly, if x passes the check.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.