I tried the follow code: shinyUI( fluidPage( tags$video(id="video2", type = "video/mp4",src = "sample.mp4", controls = "controls") ) ) shinyServer(fu
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
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",