Skip to content

Commit

Permalink
Added real statistical neighbours data in
Browse files Browse the repository at this point in the history
  • Loading branch information
PATERSON authored and PATERSON committed Mar 25, 2024
1 parent 2e87cdc commit c690af8
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
.RData*
.Ruserdata
*unpublished*
data/definitions.csv
data/New_Statistical_Neighbour_Groupings_April_2021.csv
data/definitions.csv
2 changes: 1 addition & 1 deletion R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ read_outcomes_ks4_data <- function(file = "data/ks4_la.csv") {
}

# Statistical Neighbours ------------
statistical_neighbours <- function(file = "data/Dummy_Statistical_Neighbour_Groupings_April_2021.csv") {
statistical_neighbours <- function(file = "data/New_Statistical_Neighbour_Groupings_April_2021.csv") {
stats_neighbours <- read.csv(file)

# Create a lookup table
Expand Down
Loading

0 comments on commit c690af8

Please sign in to comment.