Skip to contents

cbind

Usage

# S3 method for class 'mass_dataset'
cbind(..., deparse.level = 1)

Arguments

...

One or more mass_dataset objects to be column bound.

deparse.level

Integer controlling the construction of labels in the case of non-matrix-like arguments. Default is 1.

Value

A mass_dataset object created by column-binding the supplied objects.

Author

Xiaotao Shen xiaotao.shen@outlook.com