Wed May 11 2022 12:53:14 GMT+0000 (Coordinated Universal Time)
Saved by @Treenose
df1 %>% filter(data1 %in% df2$data2) # Here example from SIMBA. Too many results in HbA1c, Weight data contains only completers. HbA1c_hem_final %>% filter(allocation_no %in% weight_data$allocation_no)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments