This catalogue lists the executable R Markdown examples in the carwatch-r
repository. Each example creates its inputs below
tempdir() unless it explicitly asks for an interactive
action.
To run an example locally, clone or download the repository, open
examples/examples.Rproj in RStudio, and open the linked
.Rmd file. Use Run All to work through it
step by step or Knit to create an HTML report. Install
pkgload, rmarkdown, shiny, and
DT as described in the tutorial
guide.
End-to-end walkthroughs
| If you want to… | Start here |
|---|---|
| Import app logs, review issues, submit decisions, and save Study Results | 01-log-processing.Rmd |
| Merge cortisol data, assess compliance, and compute response features | 02-saliva-analysis.Rmd |
| Create sampling timelines, compliance, deviation, and saliva-response plots | 03-plotting.Rmd |
| Generate synthetic data and try the Shiny tools | 04-synthetic-study-interactive-log-processing.Rmd |
Protocol variants and example data
The examples are rendered and smoke-tested in continuous integration. The developer workflow is documented in Development.