is.symbol {base}R Documentation

Is an Object of Type Symbol?

Description

Checks whether its argument is a symbol.

Usage

is.symbol(x)

Arguments

x an R object.

Value

TRUE if x is of type ``symbol'', and FALSE otherwise.


[Package Contents]