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

Update rv definition

* R/shiny-ui-top.R(rv): Update rv definition.
parent fd0d7544
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ mk_ui <- function (fn_style) {
mk_shinyscreen <- function(fn_style=system.file('www/custom.css',package = 'shinyscreen')) {
server <- function(input,output,session) {
## Top-level server function.
rv <- shiny::reactiveValues(dummy=1) # Container for all
# reactive values.
rv <- shiny::reactiveValues(GUI=T) # Container for all
# reactive values.
rf <- list() # Container for all
# reactive functions.
......
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