This website requires JavaScript.
Explore
Help
Sign In
tavo
/
guides
Watch
1
Star
0
Fork
You've already forked guides
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5aed1818e0
guides
/
awesome-software
/
rstudio
History
tavo-wasd
5aed1818e0
more guides, R in process
2023-11-06 20:41:39 -06:00
..
README.md
more guides, R in process
2023-11-06 20:41:39 -06:00
README.md
Cargar archivos
library
(
readxl
)
N_DATASET
<-
read_excel
(
"FILE.xlsx"
)
View
(
N_DATASET
)