getData Error
- Dominant language
- R
- Stars
- 103
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
> ds = getData(start = "2013-06-30")
Retrieving data from 2013-06-30 ...
...found 0 games
Error in grouped_df_impl(data, unname(vars), drop) :
Column `gameId` is unknown
So the update by znmeb fixes part of this, but now I get:
> ds = getData(start = "2018-04-01")
Retrieving data from 2018-04-01 ...
...found 13 games
day_01/gid_2018_04_01_anamlb_o
day_01/gid_2018_04_01_bosmlb_t
day_01/gid_2018_04_01_chamlb_k
day_01/gid_2018_04_01_chnmlb_m
day_01/gid_2018_04_01_clemlb_s
day_01/gid_2018_04_01_houmlb_t
day_01/gid_2018_04_01_minmlb_b
day_01/gid_2018_04_01_nyamlb_t
day_01/gid_2018_04_01_pitmlb_d
day_01/gid_2018_04_01_pitmlb_d
day_01/gid_2018_04_01_sfnmlb_l
day_01/gid_2018_04_01_slnmlb_n
day_01/gid_2018_04_01_wasmlb_c
Error in grouped_df_impl(data, unname(vars), drop) :
Column `gameId` is unknown
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.