-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStyleGuide.Rmd
More file actions
27 lines (17 loc) · 835 Bytes
/
Copy pathStyleGuide.Rmd
File metadata and controls
27 lines (17 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "Sellers Lab Coding Style Guide"
output: html_document
date: "2/23/2018"
author: "Sidharth Jain"
---
### Preface
As a note, all reports and projects must be created in this (R Markdown) format.
This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.
```{r}
plot(cars)
```
Add a new chunk by clicking the *Insert Chunk* button on the toolbar or by pressing *Cmd+Option+I*.
When you save the notebook, an HTML file containing the code and output will be saved alongside it (click the *Preview* button or press *Cmd+Shift+K* to preview the HTML file).
# Introduction
This is a style guide for the Sellers Lab. All analyses, programming, or general work must be done according to the styles listed here.
### Notebook Template