Skip to content

Commit

Permalink
add 2425
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Aug 26, 2024
1 parent 1bfe269 commit cf2a547
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Run_SLF_Files_targets/run_targets_2425.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
library(targets)

year <- "2425"

# use targets for the process until testing episode files
tar_make_future(
# it does not recognise `contains(year)`
names = (targets::contains("2425"))
)
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tar_option_set(
memory = "persistent" # default option
)

years_to_run <- c("1718", "1819", "1920", "2021", "2122", "2223", "2324")
years_to_run <- c("1718", "1819", "1920", "2021", "2122", "2223", "2324", "2425")

list(
tar_rds(write_to_disk, TRUE),
Expand Down

0 comments on commit cf2a547

Please sign in to comment.