issues
search
samjaros-stanford
/
SITT-MAT
Process respondant data into project outcomes and generate figures for the Stagewise Implementation To Treat - Medications for Addiction Treatment Clinical Trial (NCT05343793)
0
stars
0
forks
source link
Add RedCap API pulls & renv
#3
Closed
samjaros-stanford
closed
1 year ago
samjaros-stanford
commented
1 year ago
Redcap API
Add __utils.R to host utilities important for data handling
Add line to data import files to source __utils.R
Move library statements to __utils.R
Streamline file import process and make it optional
Prefer dplyr::bind_rows() to base::rbind()
Prefer readr::read_csv() to base::read.csv()
RENV
Initialize renv with packages the pipeline needs in the renv.lock file
Future users can use renv::restore() to get project set up for themselves
Redcap API
RENV