Remove outdated information for shinyApp()

This commit is contained in:
Winston Chang
2019-06-28 16:05:57 -05:00
parent 5fdca29448
commit eb45f7fcba
2 changed files with 2 additions and 6 deletions

View File

@@ -4,9 +4,7 @@
#'
#' These functions create Shiny app objects from either an explicit UI/server
#' pair (`shinyApp`), or by passing the path of a directory that contains a
#' Shiny app (`shinyAppDir`). You generally shouldn't need to use these
#' functions to create/run applications; they are intended for interoperability
#' purposes, such as embedding Shiny apps inside a \pkg{knitr} document.
#' Shiny app (`shinyAppDir`).
#'
#' Normally when this function is used at the R console, the Shiny app object is
#' automatically passed to the `print()` function, which runs the app. If