The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

dhlabR

The goal of dhlabR is to provide access to National Library text data for quantitative analysis. It provides utility functions for requesting data from the dhlab api (api.nb.no/dhlab)

Installation

You can install the development version of dhlabR from GitHub with:

# install.packages("devtools")
devtools::install_github("NationalLibraryOfNorway/dhlabR")

Example

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

library(dhlabR)
# Get corpus

corpus = get_document_corpus(doctype="digibok", "author" = "Ibsen", limit=100)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.