kth_catalog: Retrieve catalog data from the KTH Directory API given a slug...

View source: R/directory.R

kth_catalogR Documentation

Retrieve catalog data from the KTH Directory API given a slug for an organizational unit

Description

Retrieve catalog data from the KTH Directory API given a slug for an organizational unit

Usage

kth_catalog(cfg = NULL, slug = NULL, lang = NULL)

Arguments

cfg

a configuration setting for the KTH APIs including base URL etc, by default from config()

slug

the slug (a kind of human readable organizational identifer used at KTH) to enumerate

lang

language, by default "en" is used, can also be set to "sv"

Value

results records returned from the search

Examples

## Not run: 
kth_catalog("s")

## End(Not run)

KTH-Library/kthapi documentation built on June 27, 2023, 9:27 p.m.