Skip to content

Commit

Permalink
writing rda (again - removed mistakenly before)
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Sep 12, 2024
1 parent aa94b46 commit c5412f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-raw/02_compile_final_site_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +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")
Expand Down

0 comments on commit c5412f5

Please sign in to comment.