minor change in read_data.R to uncomment metadata_all which is required for downstream processing
This commit is contained in:
parent
28a356fc19
commit
1f9e5f4e8c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue