Category "shinyapps"

How to disable tabpanel in the app deployed on shinyapps.io?

I have a problem disabling tabpanel in my shiny app. To do so, I tried the following code: library(shiny) library(shinyjs) ui <- navbarPage("Hello",

renderPlots() not showing when on shinyapps.io but do show when I run app locally using conditionalPanel

I am trying to make one of two plots depending on browser size (from shinybrowser) using conditionalPanel. The plots are appearing when I run the app locally bu

How do I use {polished} package with {brochure} framework?

This was a complicating in logic execution i came across using {polished} and {brochure}. When placing secure_ui/secure_server inside of a brochure::Page() in t

Error in deployment of shinyapps Error accessing GitHub repository nstrayer/shinysense. HTTP 401: Unauthorized

I am trying to publish a shiny app, you can see the source code here, it was being deployed correctly until I tried using the shinysense package This is the err

How can I store/transfer information from my ShinyApp to a dataframe in my global environment via an action button?

Good afternoon, I am a beginner creating ShinyApps and I would really appreciate if someone could help me to solve the following problem: The purpose of the App