You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out that you need to have ncaahoopR loaded in your session for the functions to not return an error. This is because the code does not namespace its own functions (i.e. dict$ESPN_PBP in get_pbp_game). This affects nearly every function in the package. Maybe this can be listed somewhere in the documentation -- to be sure that the package is loaded inside your environment before running it. ncaahoopR::get_pbp_game(...) will not work.
The text was updated successfully, but these errors were encountered:
Turns out that you need to have
ncaahoopR
loaded in your session for the functions to not return an error. This is because the code does not namespace its own functions (i.e.dict$ESPN_PBP
inget_pbp_game
). This affects nearly every function in the package. Maybe this can be listed somewhere in the documentation -- to be sure that the package is loaded inside your environment before running it.ncaahoopR::get_pbp_game(...)
will not work.The text was updated successfully, but these errors were encountered: