You are on page 1of 1

library(readr)

Tabla <- read_delim("D:/Corhuila/Septimo Semestre/Mineria de datos/Tabla.csv",


delim = ";", escape_double = FALSE, locale = locale(encoding = "WINDOWS-1252"),

trim_ws = TRUE)

You might also like