localitiy_type_retrieve {OpenMindat} | R Documentation |
retrieve locality type by an given id of locality.
localitiy_type_retrieve (id,...)
id |
the mindat localitiy id |
... |
Further named parameters. |
This function is to retrieve the locality types by an given id of locality.
df, data frame of locality status.
## Not run:
df <-localitiy_type_retrieve(50)
## End(Not run)