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

gen: Add server-gen function

R/shiny-ui-gen.R(server-gen): New function.
parent 018ac8aa
No related branches found
No related tags found
No related merge requests found
...@@ -80,3 +80,8 @@ mk_ui_gen <- function() { ...@@ -80,3 +80,8 @@ mk_ui_gen <- function() {
return(list(tab=genTab, return(list(tab=genTab,
side=genSideItem)) side=genSideItem))
} }
server_gen <- function(input,output,session,rv,rf,roots) {
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