localities_list_updated_at {OpenMindat} | R Documentation |
: Queries the list of localities that have the given time
localities_list_updated_at(updateDate,...)
updateDate |
str, Last updated datetime in format %Y-%m-%d %H:%M:%S |
... |
Further named parameters.Other optional arguments. |
This function releated to all the fields "updated_at" of localities. retrieve the localities that have the latest updated at the given time.
df, a data frame of localities
## Not run:
strdate<- "2023-09-13 17:36:19"
df <-localities_list_updated_at(strdate)
## End(Not run)