lib_metadata_calibre: Extract Calibre Metadata

Description Usage Arguments Author(s) Examples

View source: R/lib_metadata_calibre.R

Description

Extracts metadata using Calibre's fetch-ebook-metadata command with the argument --identifier isbn:ITEM_ISBN.

Usage

1
lib_metadata_calibre(isbn, par = TRUE, ncores = NULL)

Arguments

isbn

Character vector. International Standard Book Number.

par

Logical. If TRUE, use multiple cores.

ncores

Integer. Number of cores to use if par = TRUE. If unspecified, defaults to detectCores() - 1.

Author(s)

Ivan Jacob Agaloos Pesigan

Examples

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
)

jeksterslabds/jeksterslabRlib documentation built on Jan. 19, 2021, 11:04 a.m.