Description Usage Arguments Examples
View source: R/lib_isbn2googlebooksid.R
ISBN to Google Books ID
1 | lib_isbn2googlebooksid(isbn, par = TRUE, ncores = NULL)
|
isbn |
Character vector. International Standard Book Number. |
par |
Logical.
If |
ncores |
Integer.
Number of cores to use if |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Single ISBN
isbn <- "978-0-387-98141-3"
lib_isbn2googlebooksid(
isbn = isbn,
par = FALSE
)
# Vector of ISBNs
isbn <- c(
"978-0-387-98141-3",
"978-0-387-71762-3"
)
lib_isbn2googlebooksid(
isbn = isbn,
par = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.