Description Usage Arguments Details Value Author(s) References See Also Examples
This function reads a dataset from Colorado and returns a list of records with data from each station.
1  | 
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
1 2 3 4  | # look up the url
coloradourl <- get.colorado.url()
# read it
series <- read.colorado(url(coloradourl))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.