Skip to content

Commit

Permalink
re-wrap roxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 3, 2024
1 parent d0ef1d3 commit e4ef11c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
15 changes: 7 additions & 8 deletions R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ DTOutput = dataTableOutput
#' this is the calling environment, the same as when defining an ordinary
#' non-reactive expression. If \code{expr} is a quosure and \code{quoted} is
#' \code{TRUE}, then \code{env} is ignored.
#' @param quoted If it is \code{TRUE}, then the
#' \code{\link{quote}()}ed value of \code{expr} will be used when
#' \code{expr} is evaluated. If \code{expr} is a quosure and you would like to
#' use its expression as a value for \code{expr}, then you must set
#' \code{quoted} to \code{TRUE}.
#' @param quoted If it is \code{TRUE}, then the \code{\link{quote}()}ed value of
#' \code{expr} will be used when \code{expr} is evaluated. If \code{expr} is a
#' quosure and you would like to use its expression as a value for
#' \code{expr}, then you must set \code{quoted} to \code{TRUE}.
#' @param funcFilter (for expert use only) passed to the \code{filter} argument
#' of \code{\link{dataTableAjax}()}
#' @param future whether the server-side filter function should be executed
#' as a future or as a standard synchronous function. If true, the future
#' will be evaluated according to the session's \link[future]{plan}.
#' @param future whether the server-side filter function should be executed as a
#' future or as a standard synchronous function. If true, the future will be
#' evaluated according to the session's \link[future]{plan}.
#' @param outputArgs A list of arguments to be passed through to the implicit
#' call to \code{\link{dataTableOutput}()} when
#' \code{\link{renderDataTable}()} is used in an interactive R Markdown
Expand Down
6 changes: 3 additions & 3 deletions man/dataTableAjax.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions man/dataTableOutput.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4ef11c

Please sign in to comment.