varnames: Data list variable names

Description Usage Arguments Details See Also

Description

Retrieve and set variable names in data list objects.

Usage

1
2
varnames(dl)
varnames(dl) <- value

Arguments

dl

A data.list object.

value

A character vector with the names of the data list.

Details

Currently, varnames(dl) is implemented as names(dl), and therefore the two are identical.

See Also

names for a similar function and nvar for the number of variables in a data.list object.


stevencarlislewalker/multitable documentation built on May 30, 2019, 4:44 p.m.