Skip to content
Snippets Groups Projects
Unverified Commit 3e8994f9 authored by Todor Kondic's avatar Todor Kondic
Browse files

shiny-ui-gen: Update server-gen

* R/shiny-ui-gen.R(server-gen): New observer. This one is to test the
  workflow.
parent 56492781
No related branches found
No related tags found
No related merge requests found
...@@ -83,5 +83,16 @@ mk_ui_gen <- function() { ...@@ -83,5 +83,16 @@ mk_ui_gen <- function() {
server_gen <- function(input,output,session,rv,rf,roots) { server_gen <- function(input,output,session,rv,rf,roots) {
## **** Observers ****
obsrv({
## Run
message("run!")
m <- rf$m()
m <- mk_comp_tab(m)
message("done!")
})
rv rv
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment