We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f2f8e commit e5d78bcCopy full SHA for e5d78bc
R/qenv-within.R
@@ -55,7 +55,7 @@ within.qenv <- function(data, expr, ...) {
55
calls <- lapply(expr, function(x) do.call(substitute, list(x, env = extras)))
56
do.call(
57
eval_code,
58
- modifyList(extras, list(object = data, code = as.expression(calls)))
+ utils::modifyList(extras, list(object = data, code = as.expression(calls)))
59
)
60
}
61
0 commit comments