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

thesis_word(...)

Arguments

...

other arguments to bookdown::word_document2

Value

A Word Document based on (hopefully soon, but not currently) the Reed Senior Thesis Word template

Examples

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