worldcat_permalink_from_issn | R Documentation |
Takes a string representation of ISSNs. Returns permalinks to the WorldCat catalog entries using those ISSNs.
worldcat_permalink_from_issn(x, normalize = TRUE)
x |
A string (or vector of strings) of ISSNs |
normalize |
a logical indicating whether the ISSNs should be
normalized prior to creating the permalink
(default is |
If normalize=TRUE and the ISSN is invalid, the permalink is NA. If normalize=FALSE, the permalink may be invalid. No validity check on the URL is performed
Worldcat permalinks using ISSNs.
worldcat_permalink_from_issn("0968-1221") # http://www.worldcat.org/issn/0968-1221
worldcat_permalink_from_issn("2434-561X") # http://www.worldcat.org/issn/2434561X
# vectorized
worldcat_permalink_from_issn(c("0968-1221", NA, "2434-561X"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.