Fix docs/check

This commit is contained in:
Joe Cheng
2016-02-09 12:03:13 -08:00
committed by Winston Chang
parent 02520d4f54
commit c96debadc5
3 changed files with 3 additions and 6 deletions

View File

@@ -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.}