View source: R/extractContentFromNiapi.R
extractContentFromNiapi | R Documentation |
extractContentFromNiapi
is a general purpose utility function called by other functions that
retrieves data from specified tables in the Nature Index database over the
[The Nature Index Application Programming Interface](https://www8.nina.no/NaturindeksNiCalc/index.html)
and returns the raw content as a list.
extractContentFromNiapi(
APIUrl = "https://www8.nina.no/NaturindeksNiCalc",
methodPath = NULL,
token = NULL,
...
)
APIUrl |
character, API address - including the server address |
methodPath |
character, method address within the API |
token |
character, token retrieved from the API using |
... |
further parameters to |
A list containing the raw content extracted from the API.
Bård Pedersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.