Consider replacing as_list_col
, names_sep
with dplyr
behavior
#261
Labels
as_list_col
, names_sep
with dplyr
behavior
#261
We might want to make things more dplyr-like by not prefixing to begin with, eliminating
as_list_col
and let users just wrap their output in a list if they want the corresponding output column to be a list, and eliminatingnames_sep
. (Might avoid confusion leading to filing #229.) Relates to #240.Not sure if we should treat this as a P1 instead, as this would be a breaking change for users that do rely on the prefixed-unnest behavior.
The text was updated successfully, but these errors were encountered: