Skip to contents

: Queries the localitiy by given id.

Usage

localities_retrieve_id(id,...)

Arguments

id,

integer. the mindat localitiy id.

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of localities

Details

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

Examples

if (FALSE) {
df <-localities_retrieve_id(3337)
}