Skip to content

Commit

Permalink
Merge pull request #17 from rsquaredacademy/develop
Browse files Browse the repository at this point in the history
closes #16
  • Loading branch information
aravindhebbali authored Feb 28, 2019
2 parents 1a39814 + f02321e commit 98f9f17
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 98f9f17

Please sign in to comment.