buildBook | R Documentation |
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_dir |
Output directory as |
... |
Arguments passed to |
While all remaining arguments passed to bookdown::render_book()
remain
untouched, and hence their specification is freely up to the user, the
default value of 'output_dir' is explicitly set to "book"
here. If this
were not the case (i.e. if the default value were used), the output document
would be created in "_book"
which is not desirable for obvious reasons.
Florian Detsch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.