rowBind: Merging two objects (data.frame, vector) in a vertical...

Description Usage Arguments See Also

View source: R/UsagiSan.R

Description

Merging two objects (data.frame, vector) in a vertical direction without adjusting the each number of rows or columns.

Usage

1
rowBind(x, y, rowNames = TRUE, colNames = TRUE, sep = TRUE)

Arguments

x

Data.frame type object or vector type object you want to merge with y.

y

Data.frame type object or vector type object merged with x.

rowNames

wheter to include rownames of x and y.

colNames

wheter to include colnames of x and y.

sep

Whether to separate x and y with a empty row.

See Also

Examples of this function can be found at https://multivariate-statistics.com/2021/02/13/r-programming-rbind-cbind/


usagi-san-dayo/UsagiSan documentation built on Dec. 29, 2021, 10:17 p.m.