Skip to content

Commit f08c90b

Browse files
committed
docs: update documentation
1 parent 0110716 commit f08c90b

File tree

4 files changed

+69
-53
lines changed

4 files changed

+69
-53
lines changed

R/qenv-eval_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#'
2525
#' @aliases eval_code,qenv-method
2626
#' @aliases eval_code,qenv.error-method
27-
#'
27+
#' @seealso [within.qenv]
2828
#' @export
2929
setGeneric("eval_code", function(object, code, ...) standardGeneric("eval_code"))
3030

R/qenv-within.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#' Evaluate code in `qenv`
12
#' @details
23
#' `within()` is a convenience method that wraps `eval_code` to provide a simplified way of passing expression.
34
#' `within` accepts only inline expressions (both simple and compound) and allows to substitute `expr`
@@ -43,8 +44,6 @@
4344
#' within(q, exprlist) # fails
4445
#' do.call(within, list(q, do.call(c, exprlist)))
4546
#'
46-
#' @rdname eval_code
47-
#'
4847
#' @export
4948
#'
5049
within.qenv <- function(data, expr, ...) {

man/eval_code.Rd

Lines changed: 5 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/within.qenv.Rd

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)