The goal of DPR2 is to …
You can install the development version of DPR2 from GitHub with:
# install.packages("remotes")
remotes::install_github("FredHutch/DPR2")
This is a basic example which shows you how to solve a common problem:
library(DPR2)
## basic example code
What is special about using README.Rmd
instead of just README.md
?
You can include R chunks like so:
pi
#> [1] 3.141593