fluor_threshold_check_na {normfluodbf} | R Documentation |
Title: A missing value (NA) Quality Control (QC) function.
Description
A function designed to check for missing values in a data frame.
Usage
fluor_threshold_check_na(clean_df, fun = NA)
Arguments
clean_df |
A cleaned data frame. |
fun |
A parameter used for Boolean expressions. |
Value
A polite warning message to the data analyst or researcher.
Author(s)
Tingwei Adeck
See Also
fluor_threshold_check()
, fluor_threshold_check_raw()
Examples
fpath <- system.file("extdata", "dat_1.dat", package = "normfluodbf", mustWork = TRUE)
dat_df <- read.table(file=fpath)
nocomma_dat <- clean_odddat_optimus(dat_df)
fluor_threshold_check_na(nocomma_dat)
[Package normfluodbf version 1.5.2 Index]