dim.data.list: Replication dimensions of a data list

Description Usage Arguments Details Value See Also Examples

Description

Retrieve or set the replication dimensions of a data list object.

Usage

1
2
3
4
5
6
7
repdim(x)

## S3 method for class 'data.list'
dim(x)

## S3 replacement method for class 'data.list'
dim(x) <- value

Arguments

x

A data list.

value

Any value for value will result in an error (see details).

Details

For extraction, repdim and dim.data.list are identical.

Currently, dim<-.data.list simply returns an error because in the vast majority of cases it will not make sense to set the replication dimensions in this way.

Value

The repdim attribute of x (see data.list for information on this attribute).

See Also

dim; dimnames.data.list.

Examples

1
2
3

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