powered by
Get Gazetteer Records for all given names
gaz_rest_records_by_names( names, with_geometry = FALSE, like = TRUE, fuzzy = TRUE )
A data frame with Gazetteer entries
(character) Vector with the terms to search in the Marine Regions Gazetteer
(logical) Add geometry to the result data frame? Default = FALSE
(logical) Add a '%'-sign before and after the name? (SQL LIKE function). Default = TRUE
(logical) Use Levenshtein query to find nearest matches? Default = TRUE
gaz_rest, gaz_rest_records_by_name
# \donttest{ gaz_rest_records_by_names( c("Belgian Exclusive Economic Zone", "Dutch Exclusive Economic Zone") ) # }
Run the code above in your browser using DataLab