Hi, i'm using read.xls, and it counts more rows in my Excel than I really have.
i've used both: especie26 <- read.xls("especie26cargar.xls") datos26 <- read.xls("especie26cargar.xls", header = TRUE, as.is = FALSE, na.strings = "NA", skip = 0, check.names = TRUE, fill = FALSE, strip.white = FALSE, blank.lines.skip = TRUE) when i check dim(especie26) or dim(datos26) i got 858 17 and it should be 667 17 thanks in advance !!!! -- View this message in context: http://r.789695.n4.nabble.com/read-xls-counts-more-rows-than-I-really-have-in-my-Excel-file-tp3275643p3275643.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.