download_shoreline: Download GSHHG data

Description Usage Arguments Value Examples

Description

Download GSHHG data as shapefiles and uncrompress them.

Usage

1
download_shoreline(path = ".", set.options = NULL, server = "noaa")

Arguments

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'.

Value

The path to the uncompressed data, invisibly.

Examples

1
2
3
## Not run: 
download_shoreline()
## End(Not run)

jiho/shoreliner documentation built on May 21, 2019, 1:43 a.m.