Skip to content

Commit

Permalink
Update R/fill_geographies.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Jul 17, 2023
1 parent dd260ee commit 744bb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fill_geographies.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fill_postcode_geogs <- function(data) {
lca = dplyr::coalesce(.data$lca, .data$lca_old),
datazone2011 = dplyr::coalesce(.data$datazone2011, .data$datazone2011_old)
) %>%
dplyr::select(!c("hb2018", "hscp2018", "lca_old", "datazone2011_old", "most_recent_postcode"))
dplyr::select(!c("hb2018", "hscp", "lca_old", "datazone2011_old", "most_recent_postcode"))

Check warning on line 124 in R/fill_geographies.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=R/fill_geographies.R,line=124,col=81,[line_length_linter] Lines should not be more than 80 characters.

return(filled_postcodes)
}
Expand Down

0 comments on commit 744bb80

Please sign in to comment.