obm_init | R Documentation |
This function is initiating an OBM connection.
obm_init(
project = "",
url = "openbiomaps.org",
scope = c(),
verbose = F,
api_version = 2.3
)
project |
Which project? |
url |
project server domain DEFAULT is openbiomaps.org |
scope |
vector of required scopes. DEFAULT is ok usually |
verbose |
print some messages |
api_version |
API version |
connect to a database on the default server (openbiomaps.org)
obm_init(project='dead_animals')
connect on the local server intance to the butterfly database project
obm_init('http://localhost/biomaps','butterflies')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.