View source: R/mindat_geomaterials.R
geomaterials_updated_at | R Documentation |
: Queries the list of geomaterials that were updated at an given time
geomaterials_updated_at(strDate,...)
strDate |
string(date-time>), Last updated datetime in format %Y-%m-%d %H:%M:%S |
... |
Further named parameters.Other optional arguments. |
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.
df, a data frame of geomaterials
## Not run:
df <-geomaterials_updated_at("2020-2-12 10:15:12")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.