localities_list_description {OpenMindat} | R Documentation |
: Queries the list of localities that contain the given description.
localities_list_description(desc,...)
desc |
string, |
... |
Further named parameters.Other optional arguments. |
This function releated to all the field "description" of localities. retrieve the localities that contain the given description
df, a data frame of localities
## Not run:
df <-localities_list_description("volcano")
## End(Not run)