Open gorkang opened 2 years ago
We can run a set of targets using THIS:
targets::tar_make(c('target1', 'target2'), callr_function = NULL)
targets::tar_make(c('DF_analysis'), callr_function = NULL)
targets::tar_make(c('DF_analysis'))
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'))