Displaying 1 result from an estimated 1 matches for "especie26".
Did you mean:
especie
2011 Feb 08
1
read.xls counts more rows than I really have in my Excel file
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...