View source: R/mindat_response_data_parse.R
mindat_get_data_from_uri | R Documentation |
retrieve data from the uri.
mindat_get_data_from_uri (uri)
uri |
request uri |
df. R data frame of the request uri.
## Not run:
library(httr)
uri <- "https://api.mindat.org/geomaterials/?id__in=&hardness_min=9.3&fields=name,+
hardness&page-size=1500"
mindat_cache_set('api_token',"9ce67655d74bcd981e937be80dcea9cb")
df <- mindat_get_data_from_uri(uri)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.