tidyverse / tibble

A modern re-imagining of the data frame
https://tibble.tidyverse.org/
Other
671 stars 130 forks source link

docs: Update comparison between tibble and data.frame #1567

Open olivroy opened 9 months ago

olivroy commented 9 months ago

Since 4.0, data.frame no longer coerces to factors.

krlmlr commented 9 months ago

Thanks. We don't support stringsAsFactors = TRUE, regardless of the default setting. We also still support R 3.6. Should we keep a toned-down version of this bullet, perhaps at the bottom of that list?

krlmlr commented 9 months ago

Thanks. I'll propose something later.