Description Usage Arguments Value Examples
Download GSHHG data as shapefiles and uncrompress them.
1 | download_shoreline(path = ".", set.options = NULL, server = "noaa")
|
path |
path to a directory where the data will be downloaded. By default the current directory. |
set.options |
logical, when TRUE the path to the data is set as an option in ~/.Rprofile, so that new R sessions can find it. By default, the user is prompted in interactive sessions or it is set to 'FALSE' in non-interactive ones. |
server |
string identifying the server to download the data from; either 'noaa' or 'hawaii'. |
The path to the uncompressed data, invisibly.
1 2 3 | ## Not run:
download_shoreline()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.