Since the use of underscores ('_') is not permitted when streaming
bookdown documents via GitHub Pages, this
wrapper function serves to remove any unwanted underscores from subfolders
and link .html
documents created by bookdown::render_book()
.
buildBook(output_dir = "book", ...)
Output directory as character
.
Arguments passed to bookdown::render_book()
.
Florian Detsch