Learn R Programming

OpenMindat (version 1.0.1)

localities_retrieve_id: retrieve the localities by a given mindat id.

Description

: Queries the localitiy by given id.

Usage

localities_retrieve_id(id,...)

Value

df, a data frame of localities

Arguments

id,

integer. the mindat localitiy id.

...,

Further named parameters.Other optional arguments.

Details

This function releated to all the fields "id" of localities. retrieve the localities by a given id.

Examples

Run this code
if (FALSE) {
df <-localities_retrieve_id(3337)
}

Run the code above in your browser using DataLab