mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Implement Shiny apps embedded as iframes in knitr
This commit is contained in:
@@ -22,6 +22,8 @@ S3method(format,shiny.tag.list)
|
||||
S3method(names,reactivevalues)
|
||||
S3method(print,html)
|
||||
S3method(print,reactive)
|
||||
S3method(print,shiny.appdir)
|
||||
S3method(print,shiny.appobj)
|
||||
S3method(print,shiny.tag)
|
||||
S3method(print,shiny.tag.list)
|
||||
export(HTML)
|
||||
@@ -78,6 +80,8 @@ export(invalidateLater)
|
||||
export(is.reactive)
|
||||
export(is.reactivevalues)
|
||||
export(isolate)
|
||||
export(knit_print.shiny.appdir)
|
||||
export(knit_print.shiny.appobj)
|
||||
export(mainPanel)
|
||||
export(makeReactiveBinding)
|
||||
export(navbarMenu)
|
||||
@@ -118,9 +122,12 @@ export(runApp)
|
||||
export(runExample)
|
||||
export(runGist)
|
||||
export(runGitHub)
|
||||
export(runRmdContainer)
|
||||
export(runUrl)
|
||||
export(selectInput)
|
||||
export(selectizeInput)
|
||||
export(shinyAppDir)
|
||||
export(shinyAppObj)
|
||||
export(shinyServer)
|
||||
export(shinyUI)
|
||||
export(showReactLog)
|
||||
|
||||
Reference in New Issue
Block a user