Commit generated MD with new links, not manually reviewed.

This commit is contained in:
trestletech
2019-06-19 15:50:47 -05:00
parent 7fc497eeb8
commit bc8465d284
127 changed files with 347 additions and 344 deletions

View File

@@ -25,7 +25,7 @@ calling environment two steps back.}
the name of the calling function.}
\item{wrappedWithLabel, ..stacktraceon}{Advanced use only. For stack manipulation purposes; see
\code{\link{stacktrace}}.}
\code{\link[=stacktrace]{stacktrace()}}.}
}
\description{
Installs an expression in the given environment as a function, and registers
@@ -38,6 +38,6 @@ This function can replace \code{exprToFunction} as follows: we may use
function named \code{func} in the current environment.
}
\seealso{
Wraps \code{\link{exprToFunction}}; see that method's documentation
Wraps \code{\link[=exprToFunction]{exprToFunction()}}; see that method's documentation
for more documentation and examples.
}