mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Restore index.r entries for app obj
This commit is contained in:
@@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user