Learn R Programming

OpenMindat (version 1.0.0)

minerals_ima_updated_at: retrieve the mineral_ima list updated at the given time.

Description

: Queries the list of mineral_ima that have the given time

Usage

minerals_ima_updated_at(updateDate,...)

Value

df, a data frame of localities

Arguments

updateDate

str, Last updated datetime in format %Y-%m-%d %H:%M:%S

...,

Further named parameters.Other optional arguments.

Details

This function is related to the filed "updated_at" of ima minerals. retrieve the localities that have the latest updated at the given time.

Examples

Run this code
if (FALSE) {
strdate<- "2023-09-13 17:36:19"
df <-minerals_ima_updated_at(strdate)
}

Run the code above in your browser using DataLab