import_gebco: import gebco from raw

View source: R/zzz.R

import_gebcoR Documentation

import gebco from raw

Description

Imports the raw gebco csv file in data-raw, regularizes column names (removes brackets and forward slash, replace space with underscore).

Usage

import_gebco()

Details

The raw csv file is manually downloaded to data-raw from https://www.ngdc.noaa.gov/gazetteer/ and is Gazeteer version 2.0+13. Download date 2017-12-29.

Value

data.frame

References

Please cite as "IHO-IOC GEBCO Gazetteer of Undersea Feature Names, www.gebco.net"

Examples

## Not run: 
gebco <- import_gebco()
path <- import_gebco(path = "pathtodfile")

## End(Not run)

poldham/underwater documentation built on Sept. 11, 2023, 11:49 a.m.