search for: pollutantmean

Displaying 1 result from an estimated 1 matches for "pollutantmean".

2014 Jun 19
1
R is converting arg input to scientific notation, which is bad!
...n file(file, "rt") : cannot open the connection 5 file(file, "rt") 4 read.table(file = file, header = header, sep = sep, quote = quote, dec = dec, fill = fill, comment.char = comment.char, ...) 3 FUN("specdata/3e+01.csv"[[1L]], ...) 2 lapply(filepaths, read.csv) 1 pollutantmean("specdata", "nitrate", 30) In addition: Warning message: In file(file, "rt") : cannot open file 'specdata/3e+01.csv': No such file or directory *The problem is that when a single number (30, 104, 223) is input, it's being stored as 3e+01 and no longer co...