From 8e6b238da2dc72de2f2f35ec1ed5637fe80a685e Mon Sep 17 00:00:00 2001 From: JulioViales Date: Thu, 22 Aug 2019 20:03:20 -0600 Subject: [PATCH] Update curso_dplyr.R CAmbiar readxl por readr --- curso_dplyr.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)