Skip to content

Wrappers for interacting with Royal Library API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

KUBDatalab/KBapi

Repository files navigation

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

About

Wrappers for interacting with Royal Library API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages