From f59718f09f6047364357e056fcf9683d7124d5d7 Mon Sep 17 00:00:00 2001 From: Damir Cosic Date: Tue, 30 Apr 2024 13:50:31 -0400 Subject: [PATCH] Adds shares of students with debt for independent students. --- student_loans/make_student_loan_data.R | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/student_loans/make_student_loan_data.R b/student_loans/make_student_loan_data.R index 16b0b31..5cffc6f 100644 --- a/student_loans/make_student_loan_data.R +++ b/student_loans/make_student_loan_data.R @@ -40,8 +40,10 @@ read_shares = function(fname) col_types = rep("text", 6) range="B6:G18" sheets = list( - list(sheet="Dependent BA", taxstatus="Dependent", educ="BA"), - list(sheet="Dependent non-BA", taxstatus="Dependent", educ="Some college") + list(sheet="Dependent BA", taxstatus="Dependent", educ="BA"), + list(sheet="Dependent non-BA", taxstatus="Dependent", educ="Some college"), + list(sheet="Independent BA", taxstatus="Independent", educ="BA"), + list(sheet="Independent non-BA", taxstatus="Independent", educ="Some college") ) read_share_sheet = function(x, fname) {