Create List of Data Frames in R (Example) | Concatenate Multiple Data Frames | list Function

preview_player
Показать описание
The R code of this video:

x2 = letters[1:3])

y2 = rep("a", 5))

my_list <- list(data1, data2) # Create list of data frames
my_list # Print list to RStudio console
Рекомендации по теме