dql_update: Manual update of rDQL field

View source: R/dql_update.R

dql_updateR Documentation

Manual update of rDQL field

Description

This function is to provide an ability to manually update rDQL field after manual review in shiny app for the volmon program. Input is intended to be the df4.results dataframe must contain the following fields: rDQL, row.results, Result.Comment

Usage

dql_update(df, rows, DQL, comment = NA_character_)

Arguments

df

Dataframe to modify. Should be df4.results. No need to specify if part or pipe structure

rows

Rows to modify. Get these from reviewing the shinyapp

DQL

Updated final DQL value

comment

Comment to be used in Result.Comment field

Value

Dataframe with updated DQL and comment


DEQrmichie/odeqcdr documentation built on Feb. 15, 2025, 10:01 a.m.