mindat_setup {OpenMindat} | R Documentation |
set up of the mindat basic uri, endpoints, and cache
mindat_setup(base_uri = 'https://api.mindat.org',page_size = 800)
base_uri |
base uri of mindat API. |
page_size |
interger,setting the page size of responsed data from the API server. |
No return value. Mindat basic configuration will be set up.
## Not run:
mindat_setup()
## End(Not run)