https://raw.githubusercontent.com/fhernanb/datos/master/medidas_cuerpo https://raw.githubusercontent.com/fhernanb/datos/master/aptos2015 #Importar desde Excel library(readxl) departamentos <- read_excel("Departamentos.xlsx") # Acceder a las columnas del archivo attach(departamentos) departamentos #Importar desde URL url<-"https://raw.githubusercontent.com/fhernanb/datos/master/medidas_cuerpo" medidas<-read.table(file=url,header=T) attach(medidas) medidas