worldcat_permalink_from_oclc_number {libbib} | R 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"))
[Package libbib version 1.6.4 Index]