| # Run the R scripts in the R/ folder with your custom functions: | # Run the R scripts in the R/ folder with your custom functions: | ||||
| tar_source() | tar_source() | ||||
| # Run this manually to "transfer" updates from this step to the "process" step | |||||
| if (FALSE) { | |||||
| tar_read(report_list) |> | |||||
| arrange(report_id) |> | |||||
| write_csv("data-raw/report_list.csv") | |||||
| } | |||||
| # Replace the target list below with your own: | # Replace the target list below with your own: | ||||
| list( | list( | ||||
| tar_target(year, 2016:2023), | tar_target(year, 2016:2023), | ||||
| iteration = "vector" | iteration = "vector" | ||||
| ) | ) | ||||
| ) | ) | ||||
| if (FALSE) { | |||||
| tar_read(report_list) |> | |||||
| write_csv("data-raw/report_list.csv") | |||||
| } |