Just to save some file space so the files are easier to read
See advice from Saras:
move those targets to a list in a separate file, then at the bottom of the main targets.R I made my targets <- list(name_of_list_above, name_of_list_in_separate_file), and you'll need to source the file with the other targets lists too
Just to save some file space so the files are easier to read
See advice from Saras: