Skip to content

Commit

Permalink
feat: save global params
Browse files Browse the repository at this point in the history
loaded dataset and datatype loaded
  • Loading branch information
ESCRI11 committed Jul 8, 2024
1 parent 69d50d2 commit 195c90a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/app/R/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,10 @@ app_server <- function(input, output, session) {
## trigger on change dataset
dbg("[SERVER] trigger on change dataset")

## write GLOBAL variables
LOADEDPGX <<- PGX$name
DATATYPEPGX <<- PGX$datatype

## show beta feauture
show.beta <- env$user_settings$enable_beta()
if (is.null(show.beta) || length(show.beta) == 0) show.beta <- FALSE
Expand Down

0 comments on commit 195c90a

Please sign in to comment.