Explorar el Código

sort report list by report_id

main
Garrick Aden-Buie hace 2 años
padre
commit
35f3a9a847
No se encontró ninguna clave conocida en la base de datos para esta firma
Se han modificado 2 ficheros con 47455 adiciones y 47454 borrados
  1. +7
    -6
      collect/_targets.R
  2. +47448
    -47448
      collect/data-raw/report_list.csv

+ 7
- 6
collect/_targets.R Ver fichero

@@ -19,6 +19,13 @@ tar_option_set(
# Run the R scripts in the R/ folder with your custom functions:
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:
list(
tar_target(year, 2016:2023),
@@ -80,9 +87,3 @@ list(
iteration = "vector"
)
)


if (FALSE) {
tar_read(report_list) |>
write_csv("data-raw/report_list.csv")
}

+ 47448
- 47448
collect/data-raw/report_list.csv
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Cargando…
Cancelar
Guardar