
Get the name of a source by providing a sourceID
Source:R/03_gaz_sources.R
      gaz_rest_source_by_sourceid.RdGet the name of a source by providing a sourceID
Examples
# \donttest{
gaz_rest_source_by_sourceid(390)
#>                                                                                                                                                                                                       source 
#> "Flanders Marine Institute (2018). Maritime Boundaries Geodatabase: Maritime Boundaries and Exclusive Economic Zones (200NM). Available online at http://www.marineregions.org https://doi.org/10.14284/312" 
#>                                                                                                                                                                                                          url 
#>                                                                                                                                                                               "http://www.marineregions.org" 
gaz_rest_source_by_sourceid(657)
#>                                              source 
#> "IHO-IOC GEBCO Gazetteer of Undersea Feature Names" 
#>                                                 url 
#>               "http://www.ngdc.noaa.gov/gazetteer/" 
# }