Hi Kayla,
I reached you over Slack I am not sure if you read the comments.
Anyway, I think that overwriting the print method of tibble makes the tibble dependency completely unnecessary. The new class could be an extension of the base data.frame. Or maybe there is other reasons why tibbles are used that I have overlooked, like avoiding partial matching on pipes?
Hi Kayla,
I reached you over Slack I am not sure if you read the comments.
Anyway, I think that overwriting the print method of tibble makes the tibble dependency completely unnecessary. The new class could be an extension of the base
data.frame. Or maybe there is other reasons why tibbles are used that I have overlooked, like avoiding partial matching on pipes?