powered by
cbind
cbind2
cbind.dfm(x, y, ...)
dfm1 <- dfm("This is a sample text.", verbose = FALSE) dfm2 <- dfm("one two three", verbose = FALSE) cbind(dfm1, dfm2)
Run the code above in your browser using DataLab