outstanding-shiny-ui icon indicating copy to clipboard operation
outstanding-shiny-ui copied to clipboard

tabName missing in beautify-css

Open dmenne opened this issue 3 years ago • 0 comments

This error comes up when compiling. I don't fully understand it, because there is no error when I manually enter the offending code.

Quitting from lines 2161-2163 (outstanding-shiny-ui.Rmd) 
Fehler in tabPanel("test") : Argument "tabName" fehlt (ohne Standardwert)
Ruft auf: local ... withVisible -> eval -> eval -> navbarPage -> tabPanel
Ausf hrung angehalten


in beautify-css

as.character(navbarPage(tabPanel("test")))
as.character(tabsetPanel(tabPanel("test")))

dmenne avatar Mar 11 '21 09:03 dmenne