Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Dec 13, 2023
1 parent 06b21b1 commit f5bace3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_slf_process_manually.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
library(targets)
library(createslf)

---
#---

## UPDATE: Year you would like to run ##
## UPDATE: Year you would like to run ##
year <- "2223"

## UPDATE: Year on "processed_data_list_XXX" ##
processed_data_list <- targets::tar_read("processed_data_list_2223")

---
#---

# Run episode file
create_episode_file(processed_data_list, year = year) %>%
Expand Down

0 comments on commit f5bace3

Please sign in to comment.