I am facing the following issue please help me out.
Error in tbl_df(hflights) : could not find function "tbl_df"
I am facing the following issue please help me out.
Error in tbl_df(hflights) : could not find function "tbl_df"
Be sure to load tibble
package before using the function. If you haven't installed the package yet, you can install and load it using
install.packages("tibble")
library(tibble)