This is a function called in output in the YAML of the driver Rmd file to specify the creation of a epub version of the thesis.

thesis_epub(...)

Arguments

...

other arguments to bookdown::epub_book

Value

A ebook version of the thesis

Examples

# NOT RUN {
 output: thesisdownrli::thesis_epub
# }