Skip to contents

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

Tingwei Adeck

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)