Skip to content

Commit

Permalink
Merge pull request #37 from economic-analytics/dev
Browse files Browse the repository at this point in the history
Update RGVA data and script 2024-04-30
  • Loading branch information
ChristianSpence authored Apr 30, 2024
2 parents cdc3c9a + 9714d66 commit 9f183f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/data-ons-rgva.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ ons_process_rgva <- function(filepath = NULL) {
sep = "_"
) |>
dplyr::rename(
geography.code = `ITL region code`,
geography.name = `ITL region name`,
geography.code = `ITL code`,
geography.name = `Region name`,
industry.code = `SIC07 code`,
industry.name = `SIC07 description`
) |>
Expand Down
Binary file modified data/parquet/RGVA.parquet
Binary file not shown.

0 comments on commit 9f183f8

Please sign in to comment.