as_any_symbol | R Documentation |
Create or test for objects of type "symbol".
as_any_symbol(x)
x |
Object to be coerced or tested. Can be a vector, a character string, a symbol. |
Object of type "symbol".
{
as_any_symbol(coucou)
as_any_symbol("coucou")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.