class_container_methods: Container: various methods for objects of class Container

Description Usage Arguments Value See Also

Description

Some usual R methods for objects of class Container.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'Container'
length(x)

## S4 method for signature 'Container'
names(x)

## S4 method for signature 'Container'
nrow(x)

## S4 method for signature 'Container'
ncol(x)

## S4 method for signature 'Container'
dim(x)

Arguments

x

a Container object.

Value

Return value depends on the function used.

See Also

Other Container: Container-accessors, Container-class, Container-extractors, Container-validators, is_container()


jeanmathieupotvin/cargo documentation built on Oct. 27, 2020, 5:22 p.m.