Learn R Programming

OpenMindat (version 1.0.0)

mindat_setup: 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)

Value

No return value. Mindat basic configuration will be set up.

Arguments

base_uri

base uri of mindat API.

page_size

interger,setting the page size of responsed data from the API server.

Examples

Run this code
if (FALSE) {
mindat_setup()
}

Run the code above in your browser using DataLab