[X] The addition of create_test_lab_df() in functions.R
[X] The addition of lab_df in create_test_data.R using the create_test_lab_df(). lab_df has 100 rows (1 row per individual)
[ ] The addition of a create_test_health_insurance_df() function in functions.R
[ ] The addition of health_insurance_df in in create_test_data.R using the create_test_health_insurance_df(). health_insurance_df has 100 rows (1 row per individual)
Is this somewhat what you meant in #4 under Lab data, @Aastedet?
From the description, I'm not sure whether there should be multiple rows per individual?
This pr will include the following:
functions.R
create_test_lab_df()
infunctions.R
lab_df
increate_test_data.R
using thecreate_test_lab_df()
.lab_df
has 100 rows (1 row per individual)create_test_health_insurance_df()
function infunctions.R
health_insurance_df
in increate_test_data.R
using thecreate_test_health_insurance_df()
.health_insurance_df
has 100 rows (1 row per individual)Is this somewhat what you meant in #4 under Lab data, @Aastedet? From the description, I'm not sure whether there should be multiple rows per individual?