Is it possible to include additional HTML content or define a common lib_dir
, when using the bootstrap_document function as an output type? i.e.
---
output:
knitrBootstrap::bootstrap_document:
title: "Test file"
theme: amelia
highlight: sunburst
theme.chooser: TRUE
highlight.chooser: TRUE
includes:
in_header: header.html
before_body: doc_prefix.html
after_body: doc_suffix.html
---
I was trying to create a full R Markdown website using bootstrap styled HTML reports.
This is the error that i get
unused argument (includes = list(in_header = "include/in_header.html", before_body = "include/before_body.html", after_body = "include/after_body.html"))
Calls: <Anonymous> -> create_output_format -> do.call -> <Anonymous>
Execution halted