powered by
cbind.na(..., deparse.level = 1)
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