Description
Client for the 'DKAN' API.
Description
Provides functions to facilitate access to the 'DKAN' API (<https://dkan.readthedocs.io/en/latest/apis/index.html>), including the 'DKAN' REST API (metadata), and the 'DKAN' datastore API (data). Includes functions to list, create, retrieve, update, and delete datasets and resources nodes. It also includes functions to search and retrieve data from the 'DKAN' datastore.
README.md
dkanr
Overview
DKAN is an open data platform that enables publication and consumption of open data.
The dkanr
package is an R client to the DKAN REST API that aims to facilitate the consumption, updating, and publication of content to open data platforms powered by DKAN.
Installation
You can install the released version of dkanr from CRAN with:
install.packages("dkanr")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("worldbank/dkanr")
Example
To learn more about the features and functionalities of the package, view the Getting Started with dkanr vignette for basic guidelines on how to use the package.
browseVignettes(package = "dkanr")