Skip to contents

retrieve the country by given its id.

Usage

mindat_country (id,...)

Arguments

id,

country id in mindat.

...,

Further named parameters.

Value

df, a data frame of country

Examples

if (FALSE) {
 df<- mindat_country(1)
}