Skip to content

Commit

Permalink
currently gives an error - HTTP error 429. Too many requests were mad…
Browse files Browse the repository at this point in the history
…e too fast.
  • Loading branch information
weste committed Feb 23, 2024
1 parent 935748a commit 7f9f7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_scripts/births/basketball_births.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ basketball_date_rip <- function(m,d) {


basketball_list <- map2(month_days$month, month_days$days, ~basketball_date_rip(.x, .y))
# currently gives an error - HTTP error 429. Means that too many requests were made too fast.


basketball_births <- basketball_list %>%
bind_rows() %>%
Expand Down
1 change: 1 addition & 0 deletions data_scripts/births/counts_basketball.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ basketball_date_rip <- function(m,d) {


basketball_list <- map2(month_days$month, month_days$days, ~basketball_date_rip(.x, .y))
# currently gives an error - HTTP error 429. Means that too many requests were made too fast.

basketball_births <- basketball_list %>%
bind_rows() %>%
Expand Down

0 comments on commit 7f9f7fe

Please sign in to comment.