viaf_search {viafr}R Documentation

Search VIAF records

Description

Search VIAF records where the authority includes the given terms.

Usage

viaf_search(query = NULL, ...)

Arguments

query

The search query (or queries) to get data for.

...

Optional VIAF API query parameters.

Value

A named list of tibbles with data items.

Note

An internet connection is required. The MARC 21 field definitions are used.

Examples

viaf_search(c("Rembrandt", "Jane Austen"))


[Package viafr version 0.3.0 Index]