epub_to_text: Convert an epub file into a data frame of plaintext chapters

Description Usage Arguments Examples

Description

Convert an epub file into a data frame of plaintext chapters

Usage

1
epub_to_text(path, encoding = "UTF-8")

Arguments

path

path to epub

encoding

Some content may require special handling of encodings. The default ('UTF-8') can be overriden with this parameter.

Examples

1
epub_to_text(system.file("extdat", "augustine.epub", package="pubcrawl"))

hrbrmstr/pubcrawl documentation built on May 16, 2019, 7:25 a.m.