util_app_dl: utility function to test for applicability of detection...

View source: R/util_app_dl.R

util_app_dlR Documentation

utility function to test for applicability of detection limits checks

Description

Test for applicability of detection limits checks

Usage

util_app_dl(x, dta)

Arguments

x

data.frame metadata

dta

logical vector, 1=matching data type, 0 = non-matching data type

Value

factor 0-3 for each variable in metadata

  • 0 data type mismatch and not applicable

  • 1 data type mismatches but applicable

  • 2 data type matches but not applicable

  • 3 data type matches and applicable

  • 4 not applicable because of not suitable data type


dataquieR documentation built on July 26, 2023, 6:10 p.m.