Learn R Programming

canceR (version 1.4.0)

cbind.na: bind non equal colunm

Description

bind non equal colunm

Usage

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

Arguments

...
...
deparse.level
1

Value

a data frame with merged columns

Examples

Run this code
col1 <- c("a","b","c","d")
col2 <- c("A", "B", "C")
col3 <- cbind.na(col1, col2)



Run the code above in your browser using DataLab