names.quoted: Compute names of quoted variables.

View source: R/quote.r

names.quotedR Documentation

Compute names of quoted variables.

Description

Figure out names of quoted variables, using specified names if they exist, otherwise converting the values to character strings. This may create variable names that can only be accessed using ``.

Usage

## S3 method for class 'quoted'
names(x)

hadley/plyr documentation built on Oct. 15, 2023, 8:20 a.m.