From fe70af8ae68fa5c90c6e847966faa96e57df504e Mon Sep 17 00:00:00 2001 From: Cristina Mullin <46969696+cristinamullin@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:11:54 -0500 Subject: [PATCH] Progress file details --- R/mod_query_data.R | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/R/mod_query_data.R b/R/mod_query_data.R index 5b352916d..8b6b6b0e3 100644 --- a/R/mod_query_data.R +++ b/R/mod_query_data.R @@ -168,7 +168,7 @@ mod_query_data_ui <- function(id) { shiny::fluidRow( htmltools::h3("Option C: Upload dataset"), htmltools::HTML(( - "Select a file from your computer. This upload feature currently only accepts data in .xls and .xlsx formats. + "Upload a dataset from your computer. This upload feature only accepts data in .xls and .xlsx formats. The file can be a fresh TADA dataset or a working TADA dataset that you are returning to the app to iterate on. Data must also be formatted in the EPA Water Quality eXchange (WQX) schema to leverage this tool. You may reach out to the WQX helpdesk at WQX@epa.gov for assistance preparing and submitting your data @@ -190,9 +190,15 @@ mod_query_data_ui <- function(id) { htmltools::hr(), shiny::fluidRow( - htmltools::h3("Upload Progress File"), + htmltools::h3("Optional: Upload Progress File"), htmltools::HTML(( - "Upload a progress file. These files can be used to automatically parameterize the TADA Shiny app." + "Upload a progress file from your computer. This upload feature only accepts data in the .RData format. + The TADA Shiny application keeps track of all user selections, and makes a .RData file + available for download at any time. If you saved a progress file you generated during a + previous use of the TADA Shiny application, then it can be uploaded here and used + to automatically parameterize the TADA Shiny app with the same selections. This file can + be used to regenerate a dataset with the same decisions as before, or can be used + to apply the same user selctions to a new dataset" ) ), # widget to upload WQP profile or WQX formatted spreadsheet