gorkang / jsPsychHelpeR

https://gorkang.github.io/jsPsychR-manual/index.html
Other
2 stars 0 forks source link

REMEMBER: create report sub_protocol #22

Open gorkang opened 2 years ago

gorkang commented 2 years ago

We can run a set of targets using THIS:

targets::tar_make(c('target1', 'target2'), callr_function = NULL)

DO NOT MARK TARGETS as Up to date

targets::tar_make(c('DF_analysis'), callr_function = NULL)

MARK TARGETS as Up to date

targets::tar_make(c('DF_analysis'))