Skip to content

Commit

Permalink
closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Feb 28, 2019
1 parent 3628d0c commit f02321e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/app-blorr/logic/logic_screen.R
@@ -1,6 +1,6 @@
# output
output$screen <- renderPrint({
screener(filt_data$p)
ds_screener(filt_data$p)
})

observeEvent(input$finalok, {
Expand Down
2 changes: 1 addition & 1 deletion inst/app-olsrr/logic/logic_screen.R
@@ -1,6 +1,6 @@
# output
output$screen <- renderPrint({
screener(filt_data$p)
ds_screener(filt_data$p)
})

observeEvent(input$finalok, {
Expand Down

0 comments on commit f02321e

Please sign in to comment.