diff --git a/R/get_ona.R b/R/get_ona.R index 8374da2..cb823c9 100644 --- a/R/get_ona.R +++ b/R/get_ona.R @@ -382,7 +382,7 @@ generate_urls <- function(full_data, file_path, } }) - return(urls) + urls } #' Call multiple URLs @@ -434,7 +434,8 @@ call_urls <- function(urls, api_token) { # Combine all the results into one tibble combined_data <- dplyr::bind_rows(results) gc() # Clean up memory - return(combined_data) + + combined_data } #' Update ONA Data