Implement Shiny apps embedded as iframes in knitr

This commit is contained in:
Joe Cheng
2014-03-31 10:03:22 -07:00
parent 6d7818962e
commit cc3cd2c141
8 changed files with 238 additions and 19 deletions

View File

@@ -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)