View source: R/01_gaz_search.R
gaz_rest_records_by_names | R Documentation |
Get Gazetteer Records for all given names
gaz_rest_records_by_names(
names,
with_geometry = FALSE,
like = TRUE,
fuzzy = TRUE
)
names |
(character) Vector with the terms to search in the Marine Regions Gazetteer |
with_geometry |
(logical) Add geometry to the result data frame? Default = FALSE |
like |
(logical) Add a '%'-sign before and after the name? (SQL LIKE function). Default = TRUE |
fuzzy |
(logical) Use Levenshtein query to find nearest matches? Default = TRUE |
A data frame with Gazetteer entries
gaz_rest, gaz_rest_records_by_name
gaz_rest_records_by_names(
c("Belgian Exclusive Economic Zone", "Dutch Exclusive Economic Zone")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.