knitr::opts_chunk$set(echo = FALSE) # rmdhelp::show_knit_hook_call() knitr::knit_hooks$set(hook_convert_odg = rmdhelp::hook_convert_odg)
Two fundamentally different ways to create a document
Advantage of
#rmdhelp::use_odg_graphic(ps_path = 'odg/rmd-workflow.odg') knitr::include_graphics(path = "odg/rmd-workflow.png")
Open a file in RStudio
#rmdhelp::use_odg_graphic(ps_path = 'odg/rmd-openfile.odg') knitr::include_graphics(path = "odg/rmd-openfile.png")
#rmdhelp::use_odg_graphic(ps_path = 'odg/rmd-syntax.odg') knitr::include_graphics(path = "odg/rmd-syntax.png")
#rmdhelp::use_odg_graphic(ps_path = 'odg/rmd-syntax2.odg') knitr::include_graphics(path = "odg/rmd-syntax2.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.