Re-document with roxygen2 6.1.0

This commit is contained in:
Winston Chang
2018-08-03 17:50:47 -05:00
parent bf0dd7d725
commit 205c35d5e5
36 changed files with 103 additions and 83 deletions

View File

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