Description Details Author(s) See Also Examples
This package provides utility functions to read data from sea level data archives such as PSMSL, CSIRO, Colorado.edu and Soest.
Package: | sealevel |
Type: | Package |
Version: | 1.0 |
Date: | 2011-06-23 |
License: | GPL-3 |
LazyLoad: | yes |
read.psmsl
,get.psmsl.url
Fedor Baart Maintainer: Fedor Baart <f.baart@tudelft.nl>
1 2 3 4 5 6 7 8 9 10 11 12 13 | # look up the url
psmslurl <- get.psmsl.url(type="annual")
# store it localy (can't read zip files from the web)
path <- basename(psmslurl)
# download it
download.file(psmslurl, path)
## Not run:
# read it, takes a while
stations <- read.psmsl(description=path)
## End(Not run)
# and clean up
unlink(path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.