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"
Anyone know how to fix this?