Skip to content

Commit

Permalink
Update curso_dplyr.R
Browse files Browse the repository at this point in the history
CAmbiar readxl por readr
  • Loading branch information
JulioViales authored Aug 23, 2019
1 parent fd32135 commit 8e6b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curso_dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#Instalar y cargar las librerias que necesitaremos hoy
install.packages("hflights")
install.packages("dplyr")
install.packages("readxl")
install.packages("readr")

library(dplyr)
library(hflights)
Expand Down

0 comments on commit 8e6b238

Please sign in to comment.