-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_all.Rmd
87 lines (57 loc) · 1.52 KB
/
run_all.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
title: "Run All"
output: html_notebook
---
* Primary Author: name, email.
* Project Started: 12/18/2018
* Project Close Out:
* Package Snapshot date: 12/18/2018.
* System: Windows 10/ Mac OSX.
* R Version:
*This script will run (in order) all neccessary scripts and Rmds to generate final output.*
#Project
##Overview
High level description
## Details
+ source data stored where?
+ Project partners
+ final hand off was what...
## Scripts
### Overview Table
| Input | Code | Output |
|-------------------- |-------------------- |-------------------- |
| raw data | smell-test.R | wisdom |
| raw data | wrangleR | data_cleaned |
| xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx |
| xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx |
_use tab to fix lineup_
### Always Run Scripts
```{r}
source(here::here("always_run","libraries.R"))
source(here::here("always_run","functions.R"))
source(here::here("always_run","options.R"))
```
### Clean Up Scripts
description
```{r}
#source(here::here("cleanup","import.R"))
#rmarkdown::render(here::here('cleanup','import.Rmd'))
```
### Analysis Scripts
description
```{r}
```
### Modeling Scripts
description
```{r}
```
#Project Template Readme
## Project start up checklist
* checkpoint
* git
* ????
## Project close out checklist
* final checkpoint date entered
* confirm full run with raw data
* final location of raw data documented
* ???