View FeelGood-data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FeelGood_Aucklanddata <- subset(FeelGood_data, `Population group`== 'Auckland') | |
library(readr) | |
FeelGood_data <- read_csv("Documents/Feel Good - GovHack/lsf_our_people_subdomain_data.csv") | |
#Subset Auckland | |
FeelGood_Aucklanddata <- subset(FeelGood_data, `Population group`== 'Auckland') | |
#Subset Lonely | |
Loneliness_Aucklanddata <- subset(FeelGood_Aucklanddata, `Wellbeing subdomain`== 'Social connections - Loneliness') |