exclude_data {INSPECTumours} | R Documentation |
Filter rows to exclude from the analysis
Description
Filter rows to exclude from the analysis
Usage
exclude_data(df, study_id_ex, animal_id_ex, day_ex, reason)
Arguments
df |
initial df |
study_id_ex |
string: study id |
animal_id_ex |
string: animal id |
day_ex |
string: day |
reason |
string: why it should be excluded |
Value
dataframe with rows that meets exclusion criteria
[Package INSPECTumours version 0.1.0 Index]