-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update wording for Option C on import tab
- Loading branch information
1 parent
ccc30c6
commit 81641d8
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,11 +204,9 @@ mod_query_data_ui <- function(id) { | |
shiny::fluidRow( | ||
htmltools::h3("Option C: Upload dataset"), | ||
htmltools::HTML(( | ||
"Upload a dataset from your computer. This upload feature only accepts data in .xls and .xlsx formats. | ||
The file can be a <B>fresh</B> TADA dataset or a <B>working</B> 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 [email protected] for assistance preparing and submitting your data | ||
to the WQP through EPA's WQX." | ||
"Upload a compatible dataset from your computer. This upload feature only accepts data in .xls and .xlsx formats. Data must be formatted in the EPA Water Quality eXchange (WQX) schema (and include all columns required for this TADA R Shiny application) to run | ||
this tool. The file can be a <B>fresh</B> dataset you created using the TADA template below or a <B>working</B> dataset that you downloaded from this application using the Download Working Dataset feature, and are now returning to the | ||
app to iterate on." | ||
)), | ||
# widget to upload WQP profile or WQX formatted spreadsheet | ||
column( | ||
|
@@ -224,9 +222,9 @@ mod_query_data_ui <- function(id) { | |
), | ||
shiny::fluidRow( | ||
htmltools::HTML( | ||
"Download a TDATA dataset template in .xlsx format. This download template can be used to prepare datasets for Upload. | ||
You may reach out to the WQX helpdesk at [email protected] for assistance preparing and submitting your data | ||
to the WQP through EPA's WQX.<br><br>" | ||
"Download a blank TADA data template in .xlsx format. This template is available to assist users that do not have data available in the WQP (and therefore cannot use Option B) prepare their data for upload to this R Shiny application using import Option C. | ||
You may reach out to the TADA team through the helpdesk at [email protected] for assistance preparing your data. If your data is not in the WQP yet and you are interested in submitting it, you may reach out to the WQX helpdesk at [email protected] for assistance preparing and submitting your data | ||
to the WQP through EPA's WQX.<br><br>" | ||
), | ||
column( | ||
9, | ||
|