dimnames.data.list: Dimnames of a data list object

Description Usage Arguments See Also Examples

Description

Retrieve or set the dimnames of a data list object.

Usage

1
2
3
4
## S3 method for class 'data.list'
dimnames(x)
## S3 replacement method for class 'data.list'
dimnames(x) <- value

Arguments

x

A data.list object.

value

A list with each element containing a character vector with the names of the dimensions of the data list, x.

See Also

dimnames for the default method and dim.data.list to retrieve and set the dimensions of a data list.

Examples

1
2
3
4
5
6
7
8
9

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