Selaa lähdekoodia

sort report list by report_id

main
Garrick Aden-Buie 2 vuotta sitten
vanhempi
commit
35f3a9a847
No known key found for this signature in database
2 muutettua tiedostoa jossa 47455 lisäystä ja 47454 poistoa
  1. +7
    -6
      collect/_targets.R
  2. +47448
    -47448
      collect/data-raw/report_list.csv

+ 7
- 6
collect/_targets.R Näytä tiedosto

# 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")
}

+ 47448
- 47448
collect/data-raw/report_list.csv
File diff suppressed because it is too large
Näytä tiedosto


Loading…
Peruuta
Tallenna