Description Usage Arguments Value See Also
The function performs a case-insensitive search for matches to the asciiname column.
1 2 3 4 5 6 7 | geonamify(
query,
dfgeo = neogeonames::geoname,
where = NULL,
n = 1,
p = list(ignore.case = T)
)
|
query |
The place name query. |
dfgeo |
The data frame of |
where |
The named vector of values analogous to the SQL "WHERE" clause. |
n |
The number of allowable fuzzy search results before returning the top result, otherwise return nothing if exceeded. |
p |
The parameters for |
The rows or data.frame
with 0 rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.