Skip to content

Commit

Permalink
Address run error by adding write_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
viv3ckj committed Jan 23, 2025
1 parent 7c08327 commit b5850e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions analysis/dataset_definition_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ df_demographics_counts <- map_dfr(
rename(subcategory = 1)
)

readr::write_csv(
df_demographics_counts,
here::here("output", "population", "pf_demographics.csv")
)

# gt_table <- df_demographics_counts[1:2] %>%
# gt() %>%
# tab_header(
Expand Down

0 comments on commit b5850e4

Please sign in to comment.