Learn R Programming

plyr (version 1.0.1)

names.quoted: Compute names of quoted variables.

Description

Compute names of quoted variables. Figure out names of quoted variables, using specified names if they exist, otherwise using make.names on the values.

Usage

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

Arguments