[R] read.xls counts more rows than I really have in my Excel file
    agent dunham 
    crosspide at hotmail.com
       
    Tue Feb  8 11:05:58 CET 2011
    
    
  
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.
    
    
More information about the R-help
mailing list