worldcat_permalink_from_oclc_number: Get WorldCat catalog permalinks from OCLC numbers

View source: R/the-web.R

worldcat_permalink_from_oclc_numberR Documentation

Get WorldCat catalog permalinks from OCLC numbers

Description

Takes a string representation of OCLC numbers. Returns permalinks to the WorldCat catalog entries using those OCLC numbers

Usage

worldcat_permalink_from_oclc_number(x)

Arguments

x

A string (or vector of strings) of OCLC numbers

Details

No validity check on the URL is performed

Value

Worldcat permalinks using the OCLC numbers

Examples


worldcat_permalink_from_oclc_number("1005106045")
# http://www.worldcat.org/oclc/1005106045

# vectorized
worldcat_permalink_from_oclc_number(c("1049727704", NA,
                                      "1005106045"))


NYPL/libbib documentation built on Feb. 6, 2024, 4:19 a.m.