rbind {base} R Documentation

Combine R Objects by Rows or Columns

Description


Take a sequence of vector, matrix or data-frame arguments and combine
by columns or rows, respectively. These are generic functions with
methods for other R classes.

Usage

rbind(d, row,
    safe = FALSE);

Arguments

d

should be a dataframe object. [as dataframe]

row

should be another dataframe object, or a vector for combine a row or a tuple list for combine as a row.

env

[as Environment]

safe

Merge the dataframe safely?. [as boolean]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type dataframe.

clr value class

Examples


[Package base version 2.33.856.6961 Index]