localities_retrieve_id {OpenMindat} | R Documentation |
retrieve the localities by a given mindat id.
Description
: Queries the localitiy by given id.
Usage
localities_retrieve_id(id,...)
Arguments
id |
integer. the mindat localitiy id. |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to all the fields "id" of localities. retrieve the localities by a given id.
Value
df, a data frame of localities
Examples
## Not run:
df <-localities_retrieve_id(3337)
## End(Not run)
[Package OpenMindat version 1.0.0 Index]