unitted_bind: Bind unitted objects by row or column

Description Usage Arguments Details See Also

Description

Combines unitted objects as if they were not unitted, but enforces unit consistency across the objects to be combined.

Usage

1
2
3
4
5
## S3 method for class 'unitted'
rbind(...)

## S3 method for class 'unitted'
cbind(...)

Arguments

...

unitted vectors, matrices, or data.frames

Details

deparse.level is an integer controlling the construction of labels, as in the default rbind and cbind methods. Only deparse.level = 0 and 1 are available for unitted rbind/cbind calls.

See Also

Other unitted object manipulation: unitted_c, unitted_merge, unitted_rep


appling/unitted documentation built on May 10, 2019, 12:44 p.m.