cv02_nonpro_oos_reswab {CleaningValidation} | R Documentation |
This function processes three datasets to identify unique project IDs based on non-process-related out-of-specification (OOS) and reswab cases, then summarizes this information into a dataframe. If your data does not have reswab or OOS, you do not need to use this function.
cv02_nonpro_oos_reswab(Eq_DAR, Eq_CAR, Eq_Mic)
Eq_DAR |
A dataframe containing equipment DAR data. |
Eq_CAR |
A dataframe containing equipment CAR data. |
Eq_Mic |
A dataframe containing equipment Mic data. |
A dataframe summarizing the non-process-related OOS and reswab data.
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
cv02_nonpro_oos_reswab(Eq_DAR, Eq_CAR, Eq_Mic)