Download bathymetry data, from FB google drive

download_bathy(email, bathy_path = getwd(), overwrite = TRUE)

Arguments

email

Email address (for FB Google Drive authentication). You may also be asked to sign in or verify your Google identity as this function runs.

bathy_path

directory in which to save the zip file. Defaults to the current working directory.

overwrite

Whether or not to overwrite existing zip file. Default: TRUE

Value

A zip file with bathymetry data will be downloaded. To use, you'll then need to unzip it.

Examples

#examples not yet provided, sorry :(