dql_update | R Documentation |
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
dql_update(df, rows, DQL, comment = NA_character_)
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 |
Dataframe with updated DQL and comment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.