From 373634efad2e8077ba15c31da5c9ec015309226c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:19:06 +0000 Subject: [PATCH] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/eval_code.Rd | 8 ++++---- man/get_code.Rd | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/eval_code.Rd b/man/eval_code.Rd index a63e3c7f..8016884d 100644 --- a/man/eval_code.Rd +++ b/man/eval_code.Rd @@ -24,11 +24,11 @@ It is possible to preserve original formatting of the \code{code} by providing a \item{expr}{(\code{expression}) to evaluate. Must be inline code, see \verb{Using language objects...}} -\item{...}{(\code{named}) argument value will substitute a symbol in the \code{expr} matched by the name. -For practical examples see the #usage.} +\item{...}{named argument value will substitute a symbol in the \code{expr} matched by the name. +For practical examples see the \href{#ref-usage}{usage} above.} } \value{ -Returns a \code{qenv} object with \code{code/expr} evaluated or \code{qenv.error} if evaluation fails. +\code{qenv} environment with \code{code/expr} evaluated or \code{qenv.error} if evaluation fails. } \description{ Evaluate code in \code{qenv} @@ -39,7 +39,7 @@ Thus, if the \code{qenv} had been instantiated empty, contents of the environmen \code{within()} is a convenience method that wraps \code{eval_code} to provide a simplified way of passing expression. \code{within} accepts only inline expressions (both simple and compound) and allows to substitute \code{expr} -with the \code{...} argument values. +with \code{...} named argument values. } \section{Using language objects with \code{within}}{ diff --git a/man/get_code.Rd b/man/get_code.Rd index a2baddac..af8ca3c0 100644 --- a/man/get_code.Rd +++ b/man/get_code.Rd @@ -19,7 +19,7 @@ For more details see the "Extracting dataset-specific code" section.} \item{...}{internal usage, please ignore.} } \value{ -Returns the traced code in the form specified by \code{deparse}. +The code used in the \code{qenv} in the form specified by \code{deparse}. } \description{ Retrieves the code stored in the \code{qenv}.