Skip to content

Commit

Permalink
make area_code a character variable
Browse files Browse the repository at this point in the history
  • Loading branch information
peteowen1 authored Feb 7, 2024
1 parent 77c839b commit 52fd632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/seifa.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ get_seifa_index_sheet <- function(filename, sheetname, structure = c("sa1", "sa2
dplyr::filter(across(ends_with("_code"), ~ !is.na(.x))) %>%
select(-starts_with("blank")) %>%
mutate(
area_code = as.character(area_code),
structure = structure,
year = year
) %>%
Expand Down

0 comments on commit 52fd632

Please sign in to comment.