Learn R Programming

normfluodbf (version 1.5.2)

fluor_threshold_check_na: 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)

Value

A polite warning message to the data analyst or researcher.

Arguments

clean_df

A cleaned data frame.

fun

A parameter used for Boolean expressions.

Author

Tingwei Adeck

See Also

fluor_threshold_check(), fluor_threshold_check_raw()

Examples

Run this code
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)

Run the code above in your browser using DataLab