guides/awesome-software/rstudio
2023-11-06 20:41:39 -06:00
..
README.md more guides, R in process 2023-11-06 20:41:39 -06:00

Cargar archivos

library(readxl)
N_DATASET <- read_excel("FILE.xlsx")
View(N_DATASET)