I have a dataset I made on excel, imported it to R Studio, added it at the top of my Shiny App code. When i run the shiny app it works perfectly, but when I published it the graph will not show on the published website. It says in my console
"Warning in data("prisondataexcel2") :
data set ‘prisondataexcel2’ not found"
Are you deploying the file along with your app? Are you using a relative path or an absolute path? Can you show your app's code? Can you show your app's logs?