KUBDatalab / KBapi

Wrappers for interacting with Royal Library API
https://kubdatalab.github.io/KBAPI/
Other
0 stars 0 forks source link

KBapi KBapi website

R-CMD-check r-universe status
badge

The goal of KBapi is to make it easy to extract data from the API of Royal Danish Library.

Installation

You can install the development version of KBapi like so:

options(repos = c(
  kubdatalab = 'https://kubdatalab.r-universe.dev',
  CRAN = 'https://cloud.r-project.org')
)

install.packages('KBAPI')

Or directly from github:

devtools::install_github('KUBDatalab/KBAPI')

Example

This is a basic example which shows you how to solve a common problem:

library(KBAPI)
## basic example code