From 95abecd7956401ee8c31ff43c936e1d9b69cbc6c Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 21 Nov 2023 10:23:57 -0500 Subject: [PATCH] bug squash --- R/github.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/github.R b/R/github.R index 1bf9758..e798c31 100644 --- a/R/github.R +++ b/R/github.R @@ -196,7 +196,7 @@ get_repos_metrics <- function(owner = NULL, repo_names = NULL, token = NULL, dat names(repo_metrics) <- repo_names if (data_format == "dataframe") { - repo_metrics <- dplyr::bind_rows(all_repos_metrics) + repo_metrics <- dplyr::bind_rows(repo_metrics) } return(repo_metrics)