inst/templates/project/startup.R

## Project name here
## 
## This is a startup script to load relevant data or functions
## 


## Packages to load


## Directories
proj_dir <- here::here()


# Other directories
fig_dir <- file.path(proj_dir, "Figures")
data_dir <- file.path(proj_dir, "Data")
result_dir <- file.path(proj_dir, "Results")



######
# MSI startup begins here
######

# Source the project functions
source(file.path(proj_dir, "functions.R"))



## Put anything you want below ##
neyhartj/neyhart documentation built on Jan. 17, 2024, 11:13 a.m.