Package: epubr 0.6.5

Matthew Leonawicz

epubr: Read EPUB File Metadata and Text

Provides functions supporting the reading and parsing of internal e-book content from EPUB files. The 'epubr' package provides functions supporting the reading and parsing of internal e-book content from EPUB files. E-book metadata and text content are parsed separately and joined together in a tidy, nested tibble data frame. E-book formatting is not completely standardized across all literature. It can be challenging to curate parsed e-book content across an arbitrary collection of e-books perfectly and in completely general form, to yield a singular, consistently formatted output. Many EPUB files do not even contain all the same pieces of information in their respective metadata. EPUB file parsing functionality in this package is intended for relatively general application to arbitrary EPUB e-books. However, poorly formatted e-books or e-books with highly uncommon formatting may not work with this package. There may even be cases where an EPUB file has DRM or some other property that makes it impossible to read with 'epubr'. Text is read 'as is' for the most part. The only nominal changes are minor substitutions, for example curly quotes changed to straight quotes. Substantive changes are expected to be performed subsequently by the user as part of their text analysis. Additional text cleaning can be performed at the user's discretion, such as with functions from packages like 'tm' or 'qdap'.

Authors:Matthew Leonawicz [aut, cre]

epubr_0.6.5.tar.gz
epubr_0.6.5.zip(r-4.5)epubr_0.6.5.zip(r-4.4)epubr_0.6.5.zip(r-4.3)
epubr_0.6.5.tgz(r-4.4-any)epubr_0.6.5.tgz(r-4.3-any)
epubr_0.6.5.tar.gz(r-4.5-noble)epubr_0.6.5.tar.gz(r-4.4-noble)
epubr_0.6.5.tgz(r-4.4-emscripten)epubr_0.6.5.tgz(r-4.3-emscripten)
epubr.pdf |epubr.html
epubr/json (API)
NEWS

# Install 'epubr' in R:
install.packages('epubr', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ropensci/epubr/issues

On CRAN:

epubepub-filesepub-formatpeer-reviewed

6.35 score 24 stars 47 scripts 399 downloads 9 exports 24 dependencies

Last updated 2 months agofrom:0d4097e9a3 (on master). Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 10 2024
R-4.5-winOKNov 10 2024
R-4.5-linuxOKNov 10 2024
R-4.4-winOKNov 10 2024
R-4.4-macOKNov 10 2024
R-4.3-winOKNov 10 2024
R-4.3-macOKNov 10 2024

Exports:count_wordsepubepub_catepub_headepub_metaepub_recombineepub_reorderepub_siftepub_unzip

Dependencies:clicpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6Rcpprlangstringistringrtibbletidyrtidyselectutf8vctrswithrxml2xslt

Introduction to epubr

Rendered fromepubr.Rmdusingknitr::rmarkdownon Nov 10 2024.

Last update: 2021-06-18
Started: 2018-05-26