Skip to content
Prev 1931 / 12125 Next

[R-pkg-devel] tibbles are not data frames

On Tue, Sep 26, 2017 at 9:22 AM, Patrick Perry <patperry at gmail.com> wrote:
They can currently rely on x[[1]] returning alway a vector and x[, 1,
drop = FALSE] always returning a data frame whether x is a tibble or a
data frame. I personally don't believe that an additional approach
would help.
As I've said elsewhere in the thread that would effectively render
tibbles useless because they wouldn't work with many functions.

Hadley