How to create a list of data frames in the R programming language. More details can be found here: https://statisticsglobe.com/create-li...
The R code of this video:
data1 <- data.frame(x1 = 1:3, # Create first example data frame
x2 = letters[1:3])
data2 <- data.frame(y1 = c(5, 1, 5, 1, 5), # Create second example data frame
y2 = rep("a", 5))
my_list <- list(data1, data2) # Create list of data frames
my_list # Print list to RStudio console
En esta página del sitio puede ver el video en línea Create List of Data Frames in R (Example) | Concatenate Multiple Data Frames | list Function de Duración hora minuto segunda en buena calidad , que subió el usuario Statistics Globe 22 octubre 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,503 veces y le gustó 26 a los espectadores. Disfruta viendo!