geomaterials_updated_at {OpenMindat}R 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

str, 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: 
strdate<- "2023-09-13 17:36:19"
df <-geomaterials_updated_at(strdate)

## End(Not run)

[Package OpenMindat version 1.0.0 Index]