inst/ShinyApps/st/server.R

#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#:  server function
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

ss <- shinyServer(function(input, output, session) {
# link na mistni env
e <- environment()

# fragments
fns <- c("main.server.R","sysinfo.server.R")
for (fn in fns) {
if(file.exists(fn)) source(fn, local=TRUE)
}

})

ss

Try the sievetest package in your browser

Any scripts or data that you put into this service are public.

sievetest documentation built on May 2, 2019, 8:13 a.m.