as_any_symbol: Create objects of type "symbol"

View source: R/05-as_any.R

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

}


fabR documentation built on May 29, 2024, 2:58 a.m.