is_rvec {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)