Skip to content

Commit

Permalink
update note regarding required cols check
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Dec 17, 2024
1 parent c45e8f9 commit 84eb737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/mod_query_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ mod_query_data_server <- function(id, tadat) {

#####
# check that all TADA template columns are included (returns TRUE or FALSE)
# need to add user message here if FALSE, message should include the
# names of specific columns that are missing but required
# if FALSE, returns an error with names of specific columns that are missing but required
# this section needs to be updated to handle the error within the shiny app (instead of crashing) & display a message to users
EPATADA::TADA_CheckRequiredFields(raw)
#####

Expand Down

0 comments on commit 84eb737

Please sign in to comment.