Displaying 1 result from an estimated 1 matches for "dsoil100_cal_1910".
2010 Feb 27
1
reading data from web data sources
Hullo
I'm trying to read some time series data of meteorological records
that are available on the web (eg http://climate.arm.ac.uk/calibrated/soil/dsoil100_cal_1910-1919.dat)
. I'd like to be able to read in the digital data directly into R.
However, I cannot work out the right function and set of parameters to
use. It could be that the only practical route is to write a parser,
possibly in some other language, reformat the files and then read
t...