search for: cdl453n00

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

2010 Aug 05
1
difficulties with read.table applied to files from URL
...ext 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,'/',nn,'.ec.as.cn.',i,'.nl.hr',kk,'.anc',sep='') #a...