Skip to content
Snippets Groups Projects
Commit 9f80e2fd authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Put outputDir in global.R

parent 4675a219
Branches
Tags
1 merge request!10Put outputDir in global.R
Pipeline #3511 passed with stage
in 3 seconds
data.dir <- Sys.getenv('outputDir')
......@@ -44,7 +44,6 @@ get.filt<-function(var){
shinyServer(
function(input,output,session){
data.dir <- Sys.getenv('outputDir')
vars<-eventReactive(input$go,{
get.filt(input)
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment