CrossReferenceR is a RStudio-Addin that uses the rstudioapi package and provides a GUI to insert cross references in bookdown documents with a minimal user interface.
For a full list of features see NEWS.
Please be aware that you need the most recent (stable) release of RStudio (v0.99.878 or later). Additionally, CrossReferenceR depends on shiny, miniUI.
You can install the latest version of CrossReferenceR from Github using the devtools package:
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("sylvainschmitt/CrossReferenceR")
After installing, CrossReferenceR is available in the Addins menu within RStudio.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.