mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 12:44:58 -05:00
Fix docs/check
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
\alias{exprToFunction}
|
||||
\title{Convert an expression to a function}
|
||||
\usage{
|
||||
exprToFunction(expr, env = parent.frame(2), quoted = FALSE,
|
||||
caller_offset = 1)
|
||||
exprToFunction(expr, env = parent.frame(), quoted = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{expr}{A quoted or unquoted expression, or a function.}
|
||||
|
||||
Reference in New Issue
Block a user