Relative Content

Tag Archive for rshinyshinyapps

Deploying helper functions for ShinyApp in a separate .R file

I have a ShinyApp, that uses source(“helper_functions.R”) to make the main script a little more tidy. Running this app locally works well from the RStudio environment, however when I deploy it via shinyapps.io, it fails to source the file “helper_functions.R”. How can I address this issue?