From the README:
tibble() does much less than data.frame(): it never changes the type of the inputs (e.g. it never converts strings to factors!)
This sounds outdated as of R 4.0.0 and might be confusing to users who are not familiar with the old behavior. Albeit one of the biggest confusions around data.frame is no longer true (fortunately), there are many more that could inherit its position in the README.
From the README:
This sounds outdated as of R 4.0.0 and might be confusing to users who are not familiar with the old behavior. Albeit one of the biggest confusions around
data.frameis no longer true (fortunately), there are many more that could inherit its position in the README.