Skip to content

Commit

Permalink
fix check() notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Dec 12, 2024
1 parent 485e9fc commit 32832e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion R/mod_query_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ mod_query_data_server <- function(id, tadat) {
ns <- session$ns

## creates download template button used for importing data to TADAShiny - used in option C
template_data <- reactive(EPATADA::TADA_GetTemplate())
template_data <- shiny::reactive(EPATADA::TADA_GetTemplate())
# return an ms excel file with the template columns
output$download_template <- shiny::downloadHandler(
filename = function() {
Expand Down

0 comments on commit 32832e8

Please sign in to comment.