Skip to content

Commit

Permalink
writing CSV instead of rds site meta file
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Sep 12, 2024
1 parent f31ff45 commit aa94b46
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 343 deletions.
7 changes: 4 additions & 3 deletions data-raw/02_compile_final_site_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,10 @@ fdk_site_info <- df |>
# visdat::vis_miss(df)

# write binary file to be included to package (.rds not possible)
save(fdk_site_info,
file = here::here("data/fdk_site_info.rda"), compress = "xz"
)
readr::write_csv(
fdk_site_info,
file = here::here("data/fdk_site_info.csv")
)

# write CSV file for upload to Zenodo
readr::write_csv(
Expand Down
Loading

0 comments on commit aa94b46

Please sign in to comment.