Bind two vectors together and return result as a data frame. Alternatively, extract specified columns from a data frame, bind them together, and return result as a data frame.
Usage
cb(a,b)
Arguments
a
first input vector OR a data frame with >1 column.
b
second input vector OR if a is a data frame with > 1 column, a list of columns to bind.