Hello there,
I have a shinyapp on shinyserver that sends an email.
I would like to schedule this app.
This app work properly if I lunch it from URL
but not working if I try to call it server side.
I try with chromium & puppeteer, firfox, Phantomjs and bash like this
#!/usr/bin/Rscript
Rscript -e "shiny::runApp('nameApp')"
But not send email.
I suppose that's because Js not start properly, if not client server.
Any idea?
Thanks a lot in advance!