E. D.
0
Q:

r combine strings

> paste("Hello", "world", sep=" ")
[1] "Hello world"
1
df.1 <- data.frame("Name" = c("Jill","Jack","John"))
df.2 <- data.frame("Age" = c(42,16,63))
df.comb <- cbind(df.1,df.2)
1

New to Communities?

Join the community