Skip to content
Prev 319774 / 398502 Next

data.frame with NA

Yes, it's true Berend!

What i do is simply use read.xlsx  function

db <- read.xlsx2("c:/mydb.xlsx",1,as.data.frame=T)

This is excel file i use:
http://dl.dropbox.com/u/102669/mydb.xlsx

I can't find  a way to import as numeric.
My objective is to be able to work (in R) with my NA's
At 18.46 18/03/2013, Berend Hasselman wrote: