Create or test for objects of type "symbol".

as_any_symbol(x)

Arguments

x

Object to be coerced or tested. Can be a vector, a character string, a symbol.

Value

Object of type "symbol".

Examples

{

as_any_symbol(coucou)
as_any_symbol("coucou")

}
#> coucou