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

shiny-ui-top: Add server_gen

R/shiny-ui-top(mk_shinyscreen): Add server_gen to server.
parent f85d7810
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ mk_shinyscreen <- function(wd=getwd(),fn_style=system.file('www/custom.css',pack
rv <- server_conf(input,output,session,rv=rv,rf=rf,roots=roots)
rv <- server_cmpd(input,output,session,rv=rv,rf=rf,roots=roots)
rv <- server_sets(input,output,session,rv=rv,rf=rf,roots=roots)
rv <- server_gen(input,output,session,rv=rv,rf=rf,roots=roots)
......
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