| Issue 12: | read.sealevel() contains a hard-coded filename | |
| Back to list |
Sign in to add a comment
|
This is a remnant from development with a particular test file:
if (substr(first.line, 1, 12) == "Station_Name") {
header.length <- 8
header <- scan("../490-01-jan-2001_slev.csv", character(),
n = header.length, quiet = TRUE)
station.name <- strsplit(header[1], ",")[[1]][2]
station.number <- as.numeric(strsplit(header[2], ",")[[1]][2])
latitude <- as.numeric(strsplit(header[3], ",")[[1]][2])
|
||||||||||||
,
Jan 08, 2008
(No comment was entered for this change.)
Labels: Milestone-0.1.70
|
|||||||||||||
,
Jan 09, 2008
Fixed in pre-release version.
Status: Fixed
|
|||||||||||||
|
|
|||||||||||||