Displaying 1 result from an estimated 1 matches for "etl454n00".
2010 Aug 05
1
difficulties with read.table applied to files from URL
...ning message saying the connection does not exist, and then have R skip
to the next file.
My code is copied below.
hourly.years <- c(2000:2008)
hourly.species <- c('ch4','co2','co')
station.names <-
c('alt482n00','chm449n00','egb444n01','etl454n00','fsd449n00','llb454n01','wsa443n00','cdl453n00')
for (kk in hourly.years) {
for (i in hourly.species) {
for (nn in station.names) {
file1 <- paste('ftp://gaw.kishou.go.jp/pub/data/current/
',i,'/hourly/y',kk,'/'...