cbind.na {canceR} | R Documentation |
bind non equal colunm
cbind.na(..., deparse.level = 1)
... |
... |
deparse.level |
1 |
a data frame with merged columns
## Not run: col1 <- c("a","b","c","d") col2 <- c("A", "B", "C") col3 <- cbind.na(col1, col2) ## End(Not run)