The goal of KBapi is to make it easy to extract data from the API of Royal Danish Library.
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')
This is a basic example which shows you how to solve a common problem:
library(KBAPI)
## basic example code