geomaterials_updated_at: retrieve the geomaterials updated at an given time.

View source: R/mindat_geomaterials.R

geomaterials_updated_atR Documentation

retrieve the geomaterials updated at an given time.

Description

: Queries the list of geomaterials that were updated at an given time

Usage

geomaterials_updated_at(strDate,...)

Arguments

strDate

string(date-time>), Last updated datetime in format %Y-%m-%d %H:%M:%S

...

Further named parameters.Other optional arguments.

Details

This function releated to the fields "updated_at" of geomaterials. Last updated datetime in format %Y-%m-%d %H:%M:%S retrieve the geomaterials that have the latest updated at the given time.

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_updated_at("2020-2-12 10:15:12")

## End(Not run)

OpenMindat documentation built on June 8, 2025, 1:47 p.m.