rbind.na: bind non equal row

View source: R/rbind.na.R

rbind.naR Documentation

bind non equal row

Description

bind non equal row

Usage

rbind.na(..., deparse.level = 1)

Arguments

...

(generalized) vectors or matrices.

deparse.level

integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method): deparse.level = 0 constructs no labels; the default, deparse.level = 1 or 2 constructs labels from the argument names.

Value

a data frame with merged rows

Examples

## Not run: 
row1 <- c("a","b","c","d")
row2 <- c("A", "B", "C")
row3 <- rbind.na(row1, row2)

## End(Not run)


kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.