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