Skip to contents

Get all the Marine Regions sources

Usage

gaz_rest_sources()

Value

a data frame with three columns:

  • sourceID: the identifier of the source in the Marine Regions Gazetteer database.

  • source: the name of the source.

  • sourceURL: if available, the URL of the source.

Details

gaz_search() is a memoised function from gaz_rest_search(). See memoise::memoise().

Examples

if (FALSE) {
# This
gaz_rest_sources()

# is the same as
gaz_sources()

memoise::is.memoised(gaz_sources)
#> [1] TRUE
}