library(keithUtils)

projectRoot <- findKeithRoot()
load(file.path(projectRoot, "projectInfo.RData"))

reportPrefix <- ""
opts_chunk$set(fig.path=file.path(projectRoot, 
                                  projectInfo$figureFolder,
                                  reportPrefix))

Executive Summary

Introduction

Who is this for?

Data and Methods

Results

Conclusions

Loading Libraries and Data

Libraries

Here we load the libraries we'll need for our analysis.

Data

Analysis

An Example Plot

plot(1:10)

Appendix

getwd()
sessionInfo()


kabagg/keithUtils documentation built on May 20, 2019, 2:08 p.m.