diff --git a/curso_dplyr.R b/curso_dplyr.R index f7d70ea..9b7d480 100644 --- a/curso_dplyr.R +++ b/curso_dplyr.R @@ -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)