Category "shinydashboard"

R Shiny: downloadHandler - problem in content argument

I have a Shiny App and want to download a plot as png using a downloadButton and the command "downloadHandler". As you can see in the code below it should use i

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

Download A File Generated Within An R Shiny App

I am currently trying to generate a Shiny App that at the press of a button generates and downloads data for a user. I have a user defined function that pulls d

Interfacing Shinymanager and Golem

I would like to know if there is any documentation about interfacing golem structure and shinymanager which is a package I use frequently to secure my app. The

R Leaflet does not show legend when embedded in Shiny Dashboard

The map above renders perfectly fine in the following scenarios: List item RStudio Viewer Shiny app Shiny app using a minimal Shiny dashboard sceleton When

Shinydashboard isn't rendering the UI properly on AWS Shiny-Server

When I run the following app.R file everything works perfectly. library(shinydashboard) ui <- dashboardPage( dashboardHeader(title = "Basic dashboard"),

How to reactively change title of ShinyDashboard box in R?

My code looks like below where user can select location from sidebarpanel and based on user selection data is displayed in mainpanel. Next, I would like to dyna