cbind.na: bind non equal colunm

Description Usage Arguments Value Examples

View source: R/cbind.na.R

Description

bind non equal colunm

Usage

1
cbind.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 columns

Examples

1
2
3
4
5
6
## Not run: 
col1 <- c("a","b","c","d")
col2 <- c("A", "B", "C")
col3 <- cbind.na(col1, col2)

## End(Not run)

canceR documentation built on Nov. 8, 2020, 7:21 p.m.