From da8362e3057e4da09e2953213be40f7c61c947c8 Mon Sep 17 00:00:00 2001 From: Santiago Casanova Date: Sat, 20 Jan 2024 20:21:33 -0600 Subject: [PATCH] test --- R/utils.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/utils.R b/R/utils.R index 102e609f..0713c9c7 100644 --- a/R/utils.R +++ b/R/utils.R @@ -17,6 +17,7 @@ get_ergast_content <- function(url) { # Automatically retries request up to 5 times. Backoff provided in httr2 documentation # Automatically retries at http if https fails after retries. + ergast_raw <- httr2::request("https://ergast.com/api/f1") %>% httr2::req_url_path_append(url) %>% httr2::req_retry(max_tries = 5) %>%