is_symbol {rlang}R Documentation

Is object a symbol?

Description

Is object a symbol?

Usage

is_symbol(x, name = NULL)

Arguments

x

An object to test.

name

An optional name or vector of names that the symbol should match.


[Package rlang version 1.1.3 Index]