worldcat_permalink_from_oclc_number {libbib} | R Documentation |
Takes a string representation of OCLC numbers. Returns permalinks to the WorldCat catalog entries using those OCLC numbers
worldcat_permalink_from_oclc_number(x)
x |
A string (or vector of strings) of OCLC numbers |
No validity check on the URL is performed
Worldcat permalinks using the OCLC numbers
worldcat_permalink_from_oclc_number("1005106045")
# http://www.worldcat.org/oclc/1005106045
# vectorized
worldcat_permalink_from_oclc_number(c("1049727704", NA,
"1005106045"))