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
We have implemented the use_hive argument to provide an easy way to use arrow::open_dataset, esp. for pbp data.
If someone wants to actually use this in-season, we have to implement an argument that allows to download the most recent season only (like the force_rebuild argument in nflfastR::update_db()). Otherwise there is no easy way to update current season pbp without loading everything else as well.
I have described the force_rebuild argument as follows:
The text was updated successfully, but these errors were encountered:
We have implemented the
use_hive
argument to provide an easy way to use arrow::open_dataset, esp. for pbp data.If someone wants to actually use this in-season, we have to implement an argument that allows to download the most recent season only (like the
force_rebuild
argument innflfastR::update_db()
). Otherwise there is no easy way to update current season pbp without loading everything else as well.I have described the
force_rebuild
argument as follows:The text was updated successfully, but these errors were encountered: