Description Usage Arguments See Also
Merging two objects (data.frame, vector) in a vertical direction without adjusting the each number of rows or columns.
1 |
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. |
Examples of this function can be found at https://multivariate-statistics.com/2021/02/13/r-programming-rbind-cbind/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.