View source: R/idmc_get_data.R
idmc_get_data | R Documentation |
idmc_get_data()
calls the IDMC API to retrieve displacement data. The data
is converted from JSON to a data frame, date columns converted to Date
types, and returned as a dplyr::tibble.
idmc_get_data(api_url = NULL)
api_url |
URL to the IDMC API. If |
Tibble of displacement data. Description of the data frame variables are included in the documentation for the IDMC IDU API. # nolint
idmc_get_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.