Description Usage Arguments Author(s) Examples
View source: R/lib_metadata_calibre.R
Extracts metadata using Calibre's fetch-ebook-metadata
command
with the argument --identifier isbn:ITEM_ISBN
.
1 | lib_metadata_calibre(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_calibre(
isbn = isbn,
par = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.