minor change in read_data.R to uncomment metadata_all which is required for downstream processing

This commit is contained in:
Tanushree Tunstall 2022-11-17 17:52:51 +00:00
parent 28a356fc19
commit 1f9e5f4e8c

View file

@ -141,5 +141,5 @@ table(adult_df$ia_exac_copd==1 & adult_df$asthma == 1) # check this is 4
table(fp_adults$ia_exac_copd==1 & fp_adults$asthma == 1) # check this is 3
# clear unnecessary variables
rm(metadata_all)
#rm(metadata_all)
rm(all_df, adult_df)