knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  warning = FALSE,
  message = FALSE
)

R Client for VIAF API

Build Status codecov.io

R interface to the Virtual International Authority File. VIAF combines multiple authority files from national libraries and others.

API Documentation:

http://www.oclc.org/developer/develop/web-services/viaf.en.html

Installation from GitHub

devtools::install_github("njahn82/viaf")

Load viaf

library(viaf)

Suggest VIAF

viaf_suggest("helen longino")

Get Authorty Cluster

viaf_get("111108524")

Meta



njahn82/viaf documentation built on May 23, 2019, 7:07 p.m.