Closed luisdza closed 5 years ago
When using data_frame in the example code, the following error is displayed: data_frame() is deprecated, use tibble().
data_frame()
tibble()
From tibble v2.00, data_frame() is soft-deprecated.
Thank you so much! 🙌
Thank you for the awesome package and book. 💪
When using data_frame in the example code, the following error is displayed:
data_frame()
is deprecated, usetibble()
.From tibble v2.00, data_frame() is soft-deprecated.