| .check_not_jagged | R Documentation |
Expected to be called after .check_all_named(), so names(x) is
guaranteed to be non-NULL. Length-1 elements are excluded from the check
because they recycle to any length in as.data.frame().
.check_not_jagged(
x,
x_arg = caller_arg(x),
call = caller_env(),
x_class = object_type(x)
)
x |
The argument to stabilize. |
x_arg |
|
call |
|
x_class |
|
NULL, invisibly, if the list is not jagged.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.