# NOT RUN {
check_pass(msg = "Success!", behavior = "Files should be complete")
check_warn(
msg = "Warning, some data is missing",
behavior = "Files should be complete",
data = c("specimenID", "assay") # columns with missing data
)
check_fail(
msg = "Error, some required data is missing",
behavior = "Files should be complete",
data = c("specimenID", "assay") # columns with missing data
)
# }
Run the code above in your browser using DataLab