Skip to contents

retrieve locality type by an given id of locality.

Usage

localitiy_type_retrieve (id,...)

Arguments

id

the mindat localitiy id

...,

Further named parameters.

Value

df, data frame of locality status.

Details

This function is to retrieve the locality types by an given id of locality. @export

Examples

if (FALSE) {
df <-localitiy_type_retrieve(50)
}