-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.Rmd
56 lines (41 loc) · 1.35 KB
/
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
---
title: "Blog post template"
categories:
- R
- AdvR answers
description: |
A new article created using the Distill format.
author:
- name: Ronald Glenn Thomas
url: https://focusonR.org
affiliation: InferenceX
affiliation_url: https://rgthomaslab.com
date: "`r Sys.Date()`"
output: distill::distill_article
bibliography: '`r normalizePath("~/share/library.bib")`'
---
```{r setup, include=FALSE}
options(dplyr.print_max = 1e9)
library(pacman)
p_load(tibble, broom, snakecase, tidyr, data.table,colorout, conflicted,
purrr,ztable, hrbrthemes,readr, dplyr, magrittr,
lubridate, zoo, mi, survival, ggplot2, printr,
lsmeans, ggthemes, knitr, xtable, doBy, nlme,
reshape2, pander, pwr, tufte)
opts_chunk$set(warning = F, message = F, echo=F, fig.width=3.2,
fig.height=3, results='asis', dev='pdf',
opts_chunk$set(cache.path = "cache/"))
source('~/shr/zz.tools.R')
options(scipen = 1, digits = 2)
knitr::opts_chunk$set(echo = FALSE)
```
# Introduction
My most common usage of the todonotes package, is to insert an uncustomized
todonotes somewhere in a latex document. An example of this usage is the command
Sample reference section reference. [@Pocock2005].
# Methods
A careful reading of the chapter. Reference additional references
including:
# Results
Notes and offered solutions.
# References