Package 'KBapi'

Title: Wrapper for Royal Danish Library API
Description: Provides wrappers for Royal Danish Library APIs for Aerial photographs, digitized images and litterature.
Authors: Christian Knudsen [aut, cre]
Maintainer: Christian Knudsen <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-09-19 12:23:37 UTC
Source: https://github.com/KUBDatalab/KBAPI

Help Index


Søg luftfotos

Description

En kort beskrivelse af hvad funktionen gør.

Usage

get_aerial(lat = 56.0075146363177, lon = 12.2288401900055, format = "kml")

Arguments

lat

Latitude

lon

Longitude

format

Outputformat. Either kml, rss, atom or mods

Value

A tibble containing SVARET!

Examples

## Not run: 
# Eksempel på brug af funktionen
get_aerial(lat = 1, lon = 2)

## End(Not run)

Søg forfattere fra textcollections

Description

Hjælpe funktion til at returnere forfattere fra text collections

Usage

get_authors(q)

Arguments

q

søgestreng

Value

A tibble containing SVARET!

Examples

# Eksempel på brug af funktionen
get_text(q = "helsinge")

Categories in text collections

Description

returnerer kategorier fra text collections

Usage

get_categories()

Value

A character vector containing current categories

Examples

# Eksempel på brug af funktionen
get_categories()

Søg subcollections

Description

returnerer subcollections fra text collections

Usage

get_subcollections()

Value

A tibble containing SVARET!

Examples

# Eksempel på brug af funktionen
get_text()

Søg ADL

Description

søger i ADL

Usage

get_text(q)

Arguments

q

søgestreng

Value

A tibble containing SVARET!

Examples

# Eksempel på brug af funktionen
get_text(q = "helsinge")