#' Convert 'epub' Files to Text
#'
#' The 'epub' file format is really just a structured 'ZIP' archive with
#' metadata, graphics and (usually) 'HTML' text. Tools are provided to turn an 'epub'
#' file into a tidy data frame.
#'
#' @md
#' @name pubcrawl
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import stringi
#' @import archive
#' @import xslt
#' @importFrom rvest html_text
#' @importFrom xml2 read_html read_xml
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.