mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 07:28:01 -05:00
code review
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
#' pages.
|
||||
#'
|
||||
#' @family layout functions
|
||||
#'
|
||||
#' @seealso [column()], [sidebarLayout()]
|
||||
#' @seealso [column()]
|
||||
#'
|
||||
#' @examples
|
||||
#' ## Only run examples in interactive R sessions
|
||||
@@ -247,8 +246,6 @@ column <- function(width, ..., offset = 0) {
|
||||
#' `title` tag within the head. You can also specify a page title
|
||||
#' explicitly using the `title` parameter of the top-level page function.
|
||||
#'
|
||||
#' @family layout functions
|
||||
#'
|
||||
#' @examples
|
||||
#' ## Only run examples in interactive R sessions
|
||||
#' if (interactive()) {
|
||||
@@ -378,8 +375,6 @@ mainPanel <- function(..., width = 8) {
|
||||
#'
|
||||
#' @family layout functions
|
||||
#'
|
||||
#' @seealso [fluidPage()], [flowLayout()]
|
||||
#'
|
||||
#' @examples
|
||||
#' ## Only run examples in interactive R sessions
|
||||
#' if (interactive()) {
|
||||
@@ -418,8 +413,6 @@ verticalLayout <- function(..., fluid = TRUE) {
|
||||
#'
|
||||
#' @family layout functions
|
||||
#'
|
||||
#' @seealso [verticalLayout()]
|
||||
#'
|
||||
#' @examples
|
||||
#' ## Only run examples in interactive R sessions
|
||||
#' if (interactive()) {
|
||||
@@ -582,8 +575,6 @@ splitLayout <- function(..., cellWidths = NULL, cellArgs = list()) {
|
||||
#' `fillRow`/`fillCol`, or some other HTML element whose height is
|
||||
#' not determined by the height of its contents.
|
||||
#'
|
||||
#' @family layout functions
|
||||
#'
|
||||
#' @examples
|
||||
#' # Only run this example in interactive R sessions.
|
||||
#' if (interactive()) {
|
||||
|
||||
@@ -75,10 +75,3 @@ shinyApp(ui, server)
|
||||
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
Other layout functions: \code{\link{fixedPage}},
|
||||
\code{\link{flowLayout}}, \code{\link{fluidPage}},
|
||||
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
|
||||
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -67,9 +67,8 @@ shinyApp(ui, server = function(input, output) { })
|
||||
\seealso{
|
||||
\code{\link[=column]{column()}}
|
||||
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{flowLayout}}, \code{\link{fluidPage}},
|
||||
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
|
||||
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
|
||||
Other layout functions: \code{\link{flowLayout}},
|
||||
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
|
||||
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -32,11 +32,8 @@ shinyApp(ui, server = function(input, output) { })
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
\code{\link[=verticalLayout]{verticalLayout()}}
|
||||
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{fixedPage}}, \code{\link{fluidPage}},
|
||||
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
|
||||
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
|
||||
Other layout functions: \code{\link{fixedPage}},
|
||||
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
|
||||
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -99,11 +99,10 @@ shinyApp(ui, server = function(input, output) { })
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
\code{\link[=column]{column()}}, \code{\link[=sidebarLayout]{sidebarLayout()}}
|
||||
\code{\link[=column]{column()}}
|
||||
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{fixedPage}}, \code{\link{flowLayout}},
|
||||
\code{\link{sidebarLayout}}, \code{\link{splitLayout}},
|
||||
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
|
||||
Other layout functions: \code{\link{fixedPage}},
|
||||
\code{\link{flowLayout}}, \code{\link{sidebarLayout}},
|
||||
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -15,6 +15,10 @@ showReactLog(time = TRUE)
|
||||
|
||||
reactlogReset()
|
||||
}
|
||||
\arguments{
|
||||
\item{time}{A boolean that specifies whether or not to display the
|
||||
time that each reactive takes to calculate a result.}
|
||||
}
|
||||
\description{
|
||||
Provides an interactive browser-based tool for visualizing reactive
|
||||
dependencies and execution in your application.
|
||||
|
||||
@@ -77,9 +77,8 @@ shinyApp(ui, server)
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{fixedPage}}, \code{\link{flowLayout}},
|
||||
\code{\link{fluidPage}}, \code{\link{splitLayout}},
|
||||
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
|
||||
Other layout functions: \code{\link{fixedPage}},
|
||||
\code{\link{flowLayout}}, \code{\link{fluidPage}},
|
||||
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -62,9 +62,8 @@ shinyApp(ui, server)
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{fixedPage}}, \code{\link{flowLayout}},
|
||||
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
|
||||
\code{\link{titlePanel}}, \code{\link{verticalLayout}}
|
||||
Other layout functions: \code{\link{fixedPage}},
|
||||
\code{\link{flowLayout}}, \code{\link{fluidPage}},
|
||||
\code{\link{sidebarLayout}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -29,10 +29,3 @@ ui <- fluidPage(
|
||||
shinyApp(ui, server = function(input, output) { })
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{fixedPage}}, \code{\link{flowLayout}},
|
||||
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
|
||||
\code{\link{splitLayout}}, \code{\link{verticalLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
@@ -31,11 +31,8 @@ shinyApp(ui, server = function(input, output) { })
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
\code{\link[=fluidPage]{fluidPage()}}, \code{\link[=flowLayout]{flowLayout()}}
|
||||
|
||||
Other layout functions: \code{\link{fillRow}},
|
||||
\code{\link{fixedPage}}, \code{\link{flowLayout}},
|
||||
\code{\link{fluidPage}}, \code{\link{sidebarLayout}},
|
||||
\code{\link{splitLayout}}, \code{\link{titlePanel}}
|
||||
Other layout functions: \code{\link{fixedPage}},
|
||||
\code{\link{flowLayout}}, \code{\link{fluidPage}},
|
||||
\code{\link{sidebarLayout}}, \code{\link{splitLayout}}
|
||||
}
|
||||
\concept{layout functions}
|
||||
|
||||
Reference in New Issue
Block a user