Category "shiny"

How to play local video in shiny app?(Windows)

I tried the follow code: shinyUI( fluidPage( tags$video(id="video2", type = "video/mp4",src = "sample.mp4", controls = "controls") ) ) shinyServer(fu

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

[Shiny]: Add link to another tabPanel in another tabPanel

I'm trying to put a link on my "home" tabPanel to all others tabPanels of my app. The idea is as follows: ui = navbarPage("", tabPanel("home",