View source: R/render_protocol.R
render_protocol | R Documentation |
This function is a simple wrapper around
bookdown::render_book()
and can be used to render a protocol to html and
pdf in order to preview updates that have been made.
render_protocol(protocol_code = NULL, output_dir = NULL, ...)
protocol_code |
Character string giving the protocol code |
output_dir |
The output directory. If |
... |
additional parameters passed on to |
The rendered html and pdf file and associated files needed by the
html file will be put in the directory implied by the output_dir
parameter.
## Not run:
render_protocol(protocol_code = "sfp_401-nl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.