瀏覽代碼

sort report list by report_id

main
Garrick Aden-Buie 2 年之前
父節點
當前提交
35f3a9a847
沒有發現已知的金鑰在資料庫的簽署中
共有 2 個檔案被更改,包括 47455 行新增47454 行删除
  1. +7
    -6
      collect/_targets.R
  2. +47448
    -47448
      collect/data-raw/report_list.csv

+ 7
- 6
collect/_targets.R 查看文件

@@ -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
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存