Description Usage Arguments Author(s) Examples
View source: R/lib_metadata_openlib.R
Extract Open Library Metadata
1 | lib_metadata_openlib(isbn, par = TRUE, ncores = NULL)
|
isbn |
Character vector. International Standard Book Number. |
par |
Logical.
If |
ncores |
Integer.
Number of cores to use if |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 | isbn <- c(
"978-0-387-98141-3",
"978-0-387-71762-3"
)
lib_metadata_openlib(
isbn = isbn,
par = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.