Skip to content

Commit

Permalink
Add stats neighbour dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
PATERSON authored and PATERSON committed Mar 22, 2024
1 parent 7d9a6ce commit 44ea07e
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 4 deletions.
5 changes: 2 additions & 3 deletions R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,9 @@ read_outcomes_ks4_data <- function(file = "data/ks4_la.csv") {

return(outcomes_ks4_data)
}

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

# Create a lookup table
Expand All @@ -821,5 +821,4 @@ statistical_neighbours <- function(file = "data/New_Statistical_Neighbour_Groupi


return(df)

}
Loading

0 comments on commit 44ea07e

Please sign in to comment.