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()


jestarling/starUtils documentation built on May 30, 2019, 8:04 a.m.