Who am I?

I'm Steph Locke

What's a board pack?

What's a board pack like?

How is it typically done?

What's would we like to achieve?

Translating aim to reality

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)
        ")

Architecture Overview

Demo

What's next

Get the code

if (!require(git2r)){
  install.packages("git2r")
} 
git2r::clone("https://github.com/stephlocke/Rtraining")


stephlocke/Rtraining documentation built on May 30, 2019, 3:36 p.m.