Is it possible to use bash code in a shiny application on https://www.shinyapps.io

Is it possible to use bash code in a shiny app deployed on https://www.shinyapps.io/?
And is it possible to use imageMagick on https://www.shinyapps.io/?

I don't see why you wouldn't be able to call out to the system to execute a bash script.

If you have library(magick) then this install script will be run when building your application.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.