Replies: 1 comment 1 reply
-
This app is designed to configure and deploy the pipeline in a fully interactive way rather than on a pre-committed schedule. For a schedule, I would suggest a different approach like setting up an ordinary |
Beta Was this translation helpful? Give feedback.
-
Dear Mr. Landau,
would it be possible to have a driver.Rmd or pipeline.Rmd beside the app.R to schedule the pipeline on e.g. the RStudio Connect server and use the App on the server in addition for observation?
I tried to use
source("R/project.R")
source("R/process.R")
process_run()
but run into the shiny problem.
Error: shinyjs: could not find the Shiny session object.
May be your example could be setup in a way that it checks if within a Shiny session or not to avoid shiny commands?
Best regards,
Guido
Beta Was this translation helpful? Give feedback.
All reactions