Skip to content

Commit

Permalink
declare missing sc variables indiv file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Sep 16, 2024
1 parent c4123d2 commit 2be8541
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion R/create_individual_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,20 @@ create_individual_file <- function(
sc_type_of_housing = NA,
count_not_known = NA,
sc_latest_submission = NA,
social_care_id = NA
social_care_id = NA,
person_id = NA,
sc_alcohol = NA,
sc_autism = NA,
sc_carer = NA,
sc_dementia = NA,
sc_drugs = NA,
sc_elderly_frail = NA,
sc_learning_disability = NA,
sc_mental_health_disorders = NA,
sc_neurological_condition = NA,
sc_other_vulnerable_groups = NA,
sc_palliative_care = NA,
sc_physical_and_sensory_disability = NA
)
}

Expand Down

0 comments on commit 2be8541

Please sign in to comment.