mindat_country {OpenMindat} | R Documentation |
retrieve the country by given its id.
mindat_country (id,...)
id |
country id in mindat. |
... |
Further named parameters. |
df, a data frame of country
## Not run:
df<- mindat_country(1)
## End(Not run)