run_addinsOutline_Rmd_bookdown {addinsOutline} | R Documentation |
Addin for Displays Outline of an Bookdown Project
Description
Addin for displays outline of an bookdown project (R Markdown files in directory project).
Usage
run_addinsOutline_Rmd_bookdown()
Value
RStudio Addin with browserViewer() This 'RStudio' addin will show a list of the different sections established in the 'bookdown' project (R Markdown files in directory 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. To open a bookdown project select the file _bookdown.yml or index.Rmd.
See Also
The function run_addinsOutline_tex()
and
run_addinsOutline_Rmd()
.
Examples
if (interactive()) {
library(addinsOutline)
run_addinsOutline_Rmd_bookdown()
}
[Package addinsOutline version 0.1.6 Index]