Skip to content

Commit

Permalink
oops bug with db-backed surveys
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Aug 19, 2024
1 parent 1d46939 commit dafea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/manip.r
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mutate.tbl_svy <- function(
.after = {{.after}}
)

if (.unpack) .data$variables <- unpack_cols(.data$variables)
if (.unpack && !is_lazy_svy(.data)) .data$variables <- unpack_cols(.data$variables)
.data
}

Expand Down

0 comments on commit dafea3f

Please sign in to comment.