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)