Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.06 KB

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