View source: R/mindat_querys.R
mindat_query | R Documentation |
Basic function for query dataset at a specified endpoit.
mindat_query (endpoint, query = list())
endpoint |
query endpoint, e.g.'minerals_ima'. |
query |
list for query conditions. |
df query resutls in data frame format.
## Not run:
df <-mindat_query("geomaterials_list",list(ids="",hardness_min=9))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.