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
Hmmm, it looks like I totally removed data frame support in #895 and then partially bought back support in 2ad46d5. I can't remember exactly why, but this problem of matching the input type is much harder than I originally thought when we first wrote this function.
Applying
lmap
to a tibble now returns a simple data.frame.I'm pretty sure the class
c("tbl_df", "tbl", "data.frame")
was preserved (before version 1.0?).The text was updated successfully, but these errors were encountered: