mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Re-document with roxygen2 6.1.0
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
\alias{installExprFunction}
|
||||
\title{Install an expression as a function}
|
||||
\usage{
|
||||
installExprFunction(expr, name, eval.env = parent.frame(2), quoted = FALSE,
|
||||
assign.env = parent.frame(1), label = deparse(sys.call(-1)[[1]]),
|
||||
wrappedWithLabel = TRUE, ..stacktraceon = FALSE)
|
||||
installExprFunction(expr, name, eval.env = parent.frame(2),
|
||||
quoted = FALSE, assign.env = parent.frame(1),
|
||||
label = deparse(sys.call(-1)[[1]]), wrappedWithLabel = TRUE,
|
||||
..stacktraceon = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{expr}{A quoted or unquoted expression}
|
||||
|
||||
Reference in New Issue
Block a user