-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmake.R
More file actions
31 lines (18 loc) · 680 Bytes
/
Copy pathmake.R
File metadata and controls
31 lines (18 loc) · 680 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
28
29
30
31
#' @title sseReview: A Research Compendium
#'
#' @description
#' A paragraph providing a full description of the project and describing each
#' step of the workflow.
#'
#' @author Andrew Helmstetter \email{andrew.j.helmstetter@gmail.com}
#'
#' @date 2021/04/15
## Install Dependencies (listed in DESCRIPTION) ----
devtools::install_deps(upgrade = "never")
## Load Project Addins (R Functions and Packages) ----
devtools::load_all()
## Global Variables ----
# You can list global variables here (or in a separate R script)
## Run Project ----
# List all R scripts in a sequential order and using the following form:
# source(here::here("rscripts", "script_X.R"))