Part 4 Organization and GitHub Repository
coding/01_make_output1.R
- creates table 1 with participant demographic information
- saves table 1 as a
.rdsobject intable/folder
coding/02_make_output2.R
- creates barplot of number of participants by testing frequency (less than annual, annual, and greater than annual)
- saves barplot as
.jpegobject infigure\folder
coding/03_render_report.R
- renders
report.Rmd
FinalProjectRMarkdown.Rmd
- reads table and figure made by
coding/01_make_output1.Randcoding/02_make_output2.R
To produce final report
- download the project files on a local computer and save it in the desired location
- in terminal,
cdinto the project directory - type/run
MAKEin terminal