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"))


libbib documentation built on Nov. 10, 2022, 6:16 p.m.