Skip to content

Commit

Permalink
Remove code preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
rdpeng committed Jan 20, 2014
1 parent 18d1698 commit 1063a52
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions 05_ReproducibleResearch/organizingADataAnalysis/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ widgets : [mathjax] # {mathjax, quiz, bootstrap}
mode : selfcontained # {standalone, draft}
---

```{r setup, cache = F, echo = F, message = F, warning = F, tidy = F}
# make this an external chunk that can be included in any file
options(width = 70)
opts_chunk$set(message = F, error = F, warning = F, echo = F, comment = NA, fig.align = 'center', dpi = 100, tidy = F, cache = T, cache.path = '.cache/', fig.path = 'fig/')
options(xtable.type = 'html')
knit_hooks$set(inline = function(x) {
if(is.numeric(x)) {
round(x, getOption('digits'))
} else {
paste(as.character(x), collapse = ', ')
}
})
knit_hooks$set(plot = knitr:::hook_plot_html)
```


## Data analysis files
Expand Down

0 comments on commit 1063a52

Please sign in to comment.