Make epi[x]_slide
named data-masking expressions output tibble column bundles
#293
Labels
epi[x]_slide
named data-masking expressions output tibble column bundles
#293
Our named data masking expressions don't give the same behavior as
dplyr::mutate
&co when the named expression is a tibble;epi[x]_slide
will make separate name-prefixed columns by default, whilemutate
will create a tibble-type column (column bundle):Created on 2023-03-28 with reprex v2.0.2
We should probably try to match dplyr here.
See also #255 regarding unnamed data masking expressions yielding tibbles, which we don't allow and which dplyr turns into separate columns.
We may not be in this situation very often, since we don't have
cur_data()
etc. implemented, so we're going to reach for the function/formula form in these situations first. So marking this low priority.The text was updated successfully, but these errors were encountered: