Skip to content
Prev 381379 / 398502 Next

List of data frame

Hello,

Why not use read.xlsx argument 'na.strings', an argument that exists in 
many file reading functions? (read.table, and derivatives.)


test <- lapply(sheets,function(i) {
   read.xlsx("rainfall.xlsx", sheet = i,
             startRow = 8, cols = 1:2,
             na.strings = "8888")
})


Hope this helps,

Rui Barradas

?s 02:38 de 18/10/19, ani jaya escreveu: