names.quoted {plyr}R Documentation

Compute names of quoted variables

Description

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

Usage

names.quoted(x)

Arguments

x

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package plyr version 0.1.5 Index]