Description Usage Arguments Author(s) Examples
View source: R/lib_wiley_doi2isbn.R
DOI to ISBN for Wiley Books
1 | lib_wiley_doi2isbn(doi, par = TRUE, ncores = NULL)
|
doi |
Character vector. A vector of Digital Object Identifiers. |
par |
Logical.
If |
ncores |
Integer.
Number of cores to use if |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
doi <- c(
"10.1002/9780470515075",
"10.1002/9780470721896"
)
lib_wiley_doi2isbn(
doi = doi,
par = FALSE
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.