| as_charvec | R Documentation |
Converts a character vector (or anything [as.character()] accepts) to a 'charvec'. If 'x' is already a 'charvec' it is returned unchanged. Names are preserved; other attributes are dropped.
as_charvec(x)
x |
object to convert. |
A 'charvec' (an ALTREP character vector).
as_charvec(letters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.