set_censored: Function to ensure non-detect data are set to either the PQL,...

View source: R/censored_helper.R

set_censoredR Documentation

Function to ensure non-detect data are set to either the PQL, or RL

Description

Function to ensure non-detect data are set to either the PQL, or RL

Usage

set_censored(
  df,
  data_qualifier = "data_qualifier",
  analysis_result = "analysis_result",
  censor_column = "RL"
)

Arguments

df

data frame of groundwater data in tidy format

data_qualifier

column for data validation qualifier(i.e. U, or J Flag)

analysis_result

column for analysis results

censor_column

column of the censoring limit


jentjr/gwstats documentation built on Jan. 12, 2024, 9:40 p.m.