In this command:
ddf <- rbind(df[[1]], df[[2]])
How is it possible to have i.e. 300 options and not need to write rbind(df[[1]], df[[2]], df[[3]]....?
In this command:
ddf <- rbind(df[[1]], df[[2]])
How is it possible to have i.e. 300 options and not need to write rbind(df[[1]], df[[2]], df[[3]]....?