Nothing
tidyr
.count_words
helper function.epub
. Now also splitting words on new line characters rather than only on spaces. Now also ignoring vector elements in the split result that are most likely to not be words, such as stranded pieces of punctuation.epub_recombine
for breaking apart and recombining text sections into new data frame rows using alternative breaks based on a regular expression pattern.epub_sift
function for filtering out small text sections based on low word or character count. This function can also be used directly inside calls to epub_recombine
through an argument list.epub_reorder
for reordering a specified (by index) subset of text section data frame rows according to a text parsing function (several template functions are available for convenient use to address common cases).purrr
dependency.epub_cat
function for pretty printing to console as a helpful way to quickly inspect the parsed text in a more easily readable format than looking at the quoted strings in the table entries. epub_cat
can take an EPUB filename string (may be a vector) as its first argument or a data frame already returned by epub
.epub_cat
, epub_head
accepts EPUB character filenames or now also a data frame already returned by epub
based on those files. Because of this change, the first argument has been renamed from file
to x
.encoding
argument to epub
function, defaulting to UTF-8.title
field when missing, redundant or requiring remapping/renaming. All outputs of epub
now include a title
as well as data
field, even if the e-book does not have a metadata field named title
.epub_head
function for previewing the opening text of each e-book section.epub_meta
for strictly parsing EPUB metadata without reading the full file contents.unlink
immediately after use, rather than after all files are read into memory or by overwriting files in a single temp directory.epubr
functions is not too inflexible.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.