You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great app. Incredibly useful. I have one question. I have a shiny app that I would like to use some of the Radiant functions in. I have a dataset (which is reactive) already in the shiny app and I would like this to be loaded as the default instead of the diamonds dataset. Is there a simple way to do this? I guess I would have to do something like input$dataset<-RV$data where RV$data is the default dataset I want. But where would I put this code?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi
Great app. Incredibly useful. I have one question. I have a shiny app that I would like to use some of the Radiant functions in. I have a dataset (which is reactive) already in the shiny app and I would like this to be loaded as the default instead of the diamonds dataset. Is there a simple way to do this? I guess I would have to do something like
input$dataset<-RV$data
where RV$data is the default dataset I want. But where would I put this code?Thanks in advance
The text was updated successfully, but these errors were encountered: