Skip to content

Commit 5faa07d

Browse files
author
Junlue Zhao
committed
combined similar functions to reduce code lines
1 parent b1e8e25 commit 5faa07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/DatasetConnector.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ DatasetConnector <- R6::R6Class( #nolint
261261
#' @return (`self`) invisibly for chaining.
262262
mutate = function(code, vars = list()) {
263263
private$set_staged_mutate_vars(vars)
264-
private$set_mutate_code(code, stage = TRUE)
264+
private$set_mutate_code(code, staged = TRUE)
265265
if (self$is_pulled()) {
266266
private$mutate_eager(is_re_pull = FALSE)
267267
} else {

0 commit comments

Comments
 (0)