I'm Steph Locke
library(DiagrammeR) mermaid(" graph LR R[R] --> L[LaTeX] R --> S[Shiny] S --> L D[DB] -.-> R D -.-> S C(Commentary) --> S L --> P(PDF) ")
if (!require(git2r)){ install.packages("git2r") } git2r::clone("https://github.com/stephlocke/Rtraining")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.