From fb8abfa5f7cb4d74853a97fa02e0c5148c6a6c07 Mon Sep 17 00:00:00 2001 From: yauemily <117896234+yauemily@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:03:34 +0000 Subject: [PATCH] Update read_data.R --- R/read_data.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/read_data.R b/R/read_data.R index fb0351f..dcdbb0e 100644 --- a/R/read_data.R +++ b/R/read_data.R @@ -803,7 +803,8 @@ 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") { stats_neighbours <- read.csv(file)