cv02_nonpro_oos_reswab {CleaningValidation} | R Documentation |
Summarize Non-Process Related OOS and Reswab Data Which May Not Be Included in the Analysis
Description
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.
Usage
cv02_nonpro_oos_reswab(Eq_DAR, Eq_CAR, Eq_Mic)
Arguments
Eq_DAR |
A dataframe containing equipment DAR data. |
Eq_CAR |
A dataframe containing equipment CAR data. |
Eq_Mic |
A dataframe containing equipment Mic data. |
Value
A dataframe summarizing the non-process-related OOS and reswab data.
Author(s)
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
Examples
cv02_nonpro_oos_reswab(Eq_DAR, Eq_CAR, Eq_Mic)
[Package CleaningValidation version 1.0 Index]