I have 40 data frames (same size) let's say station_1, station_2,....,station_40
In each loop there will be different stations that need to be vertically concatenated. For example, in a particular loop, i want to concatenate [station_2, station_3, station_11, station_30, station_40]. How can i code the R to do that without explicitly specifying the names of those station?