as_any_symbol {fabR} | 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")
}