A project to demonstrate introductory code snippets for outbreak analytics tasks using open-source packages from the Epiverse-TRACE.
- Open the R files in consecutive order.
- Run the content step-by-step or line-by-line to explore how a set of task are coded to solve an end goal.
All data is simulated or stored within R packages.
The Posit Cloud already have all packages and dependencies installed.
To keep record of your edits or notes, Click on Save a Permanent Copy.
Join the Discussions on GitHub.
Contributions are always welcome!
In the GitHub repository, fill issues or fork the repository to create a Pull Request.
Get a local copy:
- Fork and clone the repository: https://github.com/epiverse-trace/epishowcase
- Restore the R environment running:
if(!require("renv")) install.packages("renv")
renv::restore()