mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Rd changes for R CMD check
This commit is contained in:
@@ -284,7 +284,7 @@ verticalLayout <- function(...) {
|
||||
#'
|
||||
#' Create a container that includes several elements laid out side-by-side.
|
||||
#'
|
||||
#' @param ... Elements to include within the container
|
||||
#' @param ... Elements or list of elements
|
||||
#'
|
||||
#' @details To force elements to the left or right of the container you can
|
||||
#' use the \code{\link{pullLeft}} and \code{\link{pullRight}} functions.
|
||||
@@ -298,8 +298,6 @@ horizontalLayout <- function(...) {
|
||||
#'
|
||||
#' Pull an element to the left or right side of a \code{\link{horizontalLayout}}.
|
||||
#'
|
||||
#' @param ... Element or list of elements to pull left or right
|
||||
#'
|
||||
#' @rdname horizontalLayout
|
||||
#' @export
|
||||
pullLeft <- function(...) {
|
||||
|
||||
@@ -1102,8 +1102,7 @@ tabPanel <- function(title, ..., value = NULL) {
|
||||
#' values are "above", "below", "left", and "right" (defaults to "above")
|
||||
#' @return A tabset that can be passed to \code{\link{mainPanel}}
|
||||
#'
|
||||
#' @seealso \code{\link{tabPanel}}, \code{\link{updateTabsetPanel}},
|
||||
#' \code{\link{tabsetPage}}
|
||||
#' @seealso \code{\link{tabPanel}}, \code{\link{updateTabsetPanel}}
|
||||
#'
|
||||
#' @examples
|
||||
#' # Show a tabset that includes a plot, summary, and
|
||||
|
||||
Reference in New Issue
Block a user