as_any_symbol {fabR}R Documentation

Create objects of type "symbol"

Description

Create or test for objects of type "symbol".

Usage

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")

}


[Package fabR version 2.1.0 Index]