is_rvec | R Documentation |
Test whether x
inherits from
class "rvec"
.
is_rvec(x)
x |
An object. |
TRUE
or FALSE
.
rvec()
to create an rvec
as.matrix()
, as_list_col()
,
to convert an rvec into other formats
x <- rvec_dbl()
is_rvec(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.