Skip to content

Commit c3c0a7b

Browse files
osenanllrs-roche
andauthored
Update R/qenv-within.R
Co-authored-by: Lluís Revilla <185338939+llrs-roche@users.noreply.github.com> Signed-off-by: Oriol Senan <35930244+osenan@users.noreply.github.com>
1 parent cde9043 commit c3c0a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/qenv-within.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' `within` accepts only inline expressions (both simple and compound) and allows to substitute `expr`
55
#' with `...` named argument values.
66
#' Functions that trigger side effects like `options` or `set.seed` can be linked to specific objects for further code retrieval (with `get_code`), but only through `eval_code` where code input as `character`. `within` works on `expressions` that do not preserve comments, hence you can not use `# @linksto` tag explained in `get_code`.
7-
#'
7+
#' @alias within
88
#' @section Using language objects with `within`:
99
#' Passing language objects to `expr` is generally not intended but can be achieved with `do.call`.
1010
#' Only single `expression`s will work and substitution is not available. See examples.

0 commit comments

Comments
 (0)