Skip to content

Commit

Permalink
feat: matching algorithm module
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleGrealis committed Jan 8, 2024
1 parent 4cad3aa commit 6e65972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/view/algo.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ box::use(
server <- function(id, newFile, inputs) {
moduleServer(id, function(input, output, session) {

results <- reactiveVal()

observeEvent(inputs()$matchButton, {
results(
matching_algo$do_matching(
Expand Down

0 comments on commit 6e65972

Please sign in to comment.