read.colorado {sealevel} | R Documentation |
This function reads a dataset from Colorado and returns a list of records with data from each station.
read.colorado(file)
file |
the filename or connection of the colorado file |
The returned series is a timeseries of sea level. These contain the raw elements from the file. See the documentation in the references for details about the elements.
series |
A time series of sea level data |
Fedor Baart
# look up the url coloradourl <- get.colorado.url() # read it series <- read.colorado(url(coloradourl))