cbind.na | R Documentation |
bind non equal colunm
cbind.na(..., deparse.level = 1)
... |
(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. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.