You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transmute(df, expand(split(col)) fails, whereas transmute(df, col = expand(split(col)) works. I think dplyr::auto_names needs to sanitize names more agressively
The text was updated successfully, but these errors were encountered:
transmute(df, expand(split(col))
fails, whereastransmute(df, col = expand(split(col))
works. I think dplyr::auto_names needs to sanitize names more agressivelyThe text was updated successfully, but these errors were encountered: