The Project Big Life Planning Tool (https://planning.projectbiglife.ca/) was developed to support public health surveillance, planning and research. Amongst other uses, the planning tool can assess the health burden of health behaviours and the potential health impact of public health preventive strategies in Canada.
This guidance document outlines what the tool is, how it to use it, and how it operates. The guidance includes the following sections:
- Introduction: learn about what the tool does and why you would use it
- Getting started: get a feel of how to use the tool with the tutorial
- How-to: learn how to use the tool with the practical step-by-step guides
- Real life applications: see how you can apply the tool in your work
- Key concepts: understand how the tool works
- Glossary: reference terms used in the tool and guidance document
We welcome suggestions and additions to the Project Big Life Planning Tool documentation. Please follow this guide if you would like contribute.
Please tell us if you have scenarios or uses of the planning tool that you want to share with others by making a comment in this issue.
Feel free to copy this repository. To do so, complete the following steps (which have been adapted from Yihui Xie's Bookdown: Authoring Books and Technical Documents with R Markdown):
-
Download the latest version of R if your version is earlier then 1.0.0.
-
Install the R package bookdown
install.packages("bookdown")
- Install the following R packages if you don't already have them:
install.packages("knitr")
install.packages("kableExtra")
install.packages('tinytex')
tinytex::install_tinytex()
*Both lines of code are required to install tinytex
-
Download the Github repository https://github.com/Big-Life-Lab/pbl-planning-tool-guide as a Zip file, then unzip it locally.
-
Open the downloaded
pbl-planning-tool-guide
repository in RStudio by clickingPBLT-guidance.Rproj
. -
Open the R markdown file
index.Rmd
. ABuild
tab now appears in the "Environment/History" pane. Click theBuild Book
button under theBuild
tab.