Test whether x
inherits from
class "rvec"
.
See also
rvec()
to create an rvecas.matrix()
,as_list_col()
, to convert an rvec into other formats
Examples
x <- rvec_dbl()
is_rvec(x)
#> [1] TRUE
Test whether x
inherits from
class "rvec"
.
rvec()
to create an rvec
as.matrix()
, as_list_col()
,
to convert an rvec into other formats
x <- rvec_dbl()
is_rvec(x)
#> [1] TRUE