Learn R Programming

mregions2 (version 1.1.2)

gaz_sources: Get all the Marine Regions sources

Description

Get all the Marine Regions sources

Usage

gaz_sources()

Arguments

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().

See Also

gaz_rest, gaz_search_by_source(), gaz_rest_records_by_source(), gaz_rest_source_by_sourceid()

Examples

Run this code
# \donttest{
# This
gaz_rest_sources()

# is the same as
gaz_sources()
# }

Run the code above in your browser using DataLab