mindat_connection | R Documentation |
Initializing API Call. Setup the base_url, token and format.
mindat_connection(token, base_url = "https://api.mindat.org/v1",page_size = 800)
token |
string. You can apply a token from Mindat.org. |
base_url |
string.The base url of mindat API, default is "https://api.mindat.org/v1". |
page_size |
interger, setting the page size of responsed data from the API server. |
mindat_connection("9ce67655d74bcd981e937be80dcea9cb",page_size = 1500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.