-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_project_template.Rmd
65 lines (44 loc) · 994 Bytes
/
_project_template.Rmd
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
sidebar: toc
output: md_document
---
<a id="top"></a>
******
<br>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ TeX: { equationNumbers: {autoNumber: "all"} } });
</script>
<!-- rmd settings -->
```{r, set-options, echo = FALSE, cache = FALSE}
options(width=100)
knitr::opts_chunk$set(
eval = TRUE, # run all code
# echo = FALSE, # show code chunks in output
comment = "",
tidy.opts=list(width.cutoff=100), # set width of code chunks in output
tidy=TRUE, # make output as tidy
message = FALSE, # mask all messages
warning = FALSE, # mask all warnings
size="small", # set code chunk size
knitr::opts_chunk$set(fig.pos = 'H')
)
```
******
## Title
### Snapshot
text
### Location
Emory University Atlanta, USA
### People
Matt Malishev, Emory University, USA
### Tasks
* text
* text
### Outcomes
* text
### Example outputs
<br>
<br>
******
[Back to top](#top) | [Home page](./)