So I have been working on this project for few months now. Every day I open the R project file and load the data and do the usual wrangling. Today all of a sudden "select" function is not working.
This is the error:
> starwars %>% select(height)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘select’ for signature ‘"tbl_df"’
I thought it might be a bug as I tidyverse. I rolled back, but still the same issue. What Should I do? Any solutions?