gaz_rest_sources {mregions2} | R Documentation |
Get all the Marine Regions sources
Description
Get all the Marine Regions sources
Usage
gaz_rest_sources()
Details
gaz_search() is a memoised function from gaz_rest_search(). See memoise::memoise()
.
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.
See Also
gaz_rest, gaz_search_by_source()
, gaz_rest_records_by_source()
, gaz_rest_source_by_sourceid()
Examples
# This
gaz_rest_sources()
# is the same as
gaz_sources()
[Package mregions2 version 1.1.2 Index]