| is_charvec | R Documentation |
Test for a charvec
is_charvec(x)
x |
object to test. |
'TRUE' if 'x' is a 'charvec' ALTREP vector, 'FALSE' otherwise. Note a materialized 'charvec' is still a 'charvec'; serialization of a materialized 'charvec' round-trips to a plain character vector.
is_charvec(charvec("a"))
is_charvec(letters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.