Learn R Programming

OpenMindat (version 1.0.1)

localitiy_type_retrieve: localitiy_type_retrieve

Description

retrieve locality type by an given id of locality.

Usage

localitiy_type_retrieve (id,...)

Value

df, data frame of locality status.

Arguments

id

the mindat localitiy id

...,

Further named parameters.

Details

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

Examples

Run this code
if (FALSE) {
df <-localitiy_type_retrieve(50)
}

Run the code above in your browser using DataLab