rlang (version 0.0.0.9000)

is_dot_symbol: Is object a ..n symbol?

Description

Is object a ..n symbol?

Usage

is_dot_symbol(x)

Arguments

x
An object to test.

Examples

Run this code
is_dot_symbol(quote(..2))
is_dot_symbol(quote(sym))

Run the code above in your browser using DataLab