Error in nflfastR::calculate_expected_points(data) %>% dplyr::select(season, : could not find function "%>%"

46 views Asked by At

which reason to prone this error anybody can helpout

Data analysis for NFL FAST R project.

1

There are 1 answers

0
Erik De Luca On

You have to call dplyr's library.

library(dplyr)