Hi all,
I' like to run these 2 jobs not in parallel, I mean: first run 'job1' and after completion, run 'job2':
dir="xxxx"
rstudioapi::jobRunScript(path = "auto_data_prep_v2 - BR.R", name='job1',importEnv = FALSE, workingDir = dir)
rstudioapi::jobRunScript(path = "auto_data_prep_v2 - AT.R", name='job2',importEnv = FALSE, workingDir = dir)
Is it feasible in rstudio or console?
any suggestions would be really appreciated
Thanks in advance
Cris