Restore index.r entries for app obj

This commit is contained in:
Joe Cheng
2014-03-31 12:11:16 -07:00
parent 7e3717243f
commit 887f8a606d

View File

@@ -79,8 +79,8 @@ sd_section("Interface builder functions",
sd_section("Rendering functions",
"Functions that you use in your application's server side code, assigning them to outputs that appear in your user interface.",
c(
"renderPlot",
"renderText",
"renderPlot",
"renderText",
"renderPrint",
"renderDataTable",
"renderImage",
@@ -147,4 +147,11 @@ sd_section("Utility functions",
"repeatable",
"shinyDeprecated"
)
),
sd_section("Embedding",
"Functions that are intended for third-party packages that embed Shiny applications.",
c(
"shinyAppObj",
"print.shiny.appobj"
)
)