Learn R Programming

Orcs (version 1.2.3)

buildBook: Build a Book without Underscores

Description

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().

Usage

buildBook(output_dir = "book", ...)

Arguments

output_dir

Output directory as character.

...

Arguments passed to bookdown::render_book().

Author

Florian Detsch