Skip to content

Commit

Permalink
add data_subclass column
Browse files Browse the repository at this point in the history
  • Loading branch information
peteowen1 committed Aug 16, 2023
1 parent cb0f281 commit 7b45e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/seifa.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ get_seifa <- function(structure = c('sa1','sa2','lga','postcode','suburb'),

if (file.exists(filename)) {
ind <- map(sheet_names, ~ get_seifa_index_sheet(filename, .x, structure, year), .id = 'seifa_index') %>%
list_rbind()
list_rbind(names_to = 'data_subclass')
return(ind)
} else {
warning('Download of ABS file failed. Please check your internet connection and try again.')
Expand Down

0 comments on commit 7b45e92

Please sign in to comment.