Docker/code/app.R

library("TestRShinyApp")
if ("data" %in% dir()) {
  homedir = paste0(getwd(), "/data") # cd to data directory
  setwd(homedir)
} else {
  homedir = getwd()
}
TestRShinyApp::myApp(homedir)
vincentvanhees/rshiny_in_docker_test documentation built on April 15, 2022, 7:28 p.m.