Description Usage Value See Also Examples
View source: R/run_addinsOutline_Rmd.R
Addin for displays outline of an R Markdown project with and without child files.
1 |
'RStudio Addin' with browserViewer(). This 'RStudio' addin will show a list of the different sections established in the R Markdown project and clicking on any element shown in the list will cause 'RStudio' to show that section by opening the file that contains it if it was not already open previously.
The function run_addinsOutline_Rmd_bookdown()
and
run_addinsOutline_tex()
.
1 2 3 4 | if (interactive()) {
library(addinsOutline)
run_addinsOutline_Rmd()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.