Skip to content

Commit

Permalink
Show example of writing to file
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Nov 21, 2023
1 parent 95abecd commit 0ff1be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/github.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ get_github_metrics <- function(repo, token = NULL, count = "all", data_format =
#'
#' authorize("github")
#' all_repos_metrics <- get_repos_metrics(owner = "fhdsl")
#' readr::write_tsv(all_repos_metrics, "fhdsl_github_metrics.tsv")
#'
#' repo_names <- c("fhdsl/metricminer", "jhudsl/OTTR_Template")
#' some_repos_metrics <- get_repos_metrics(repo_names = repo_names)
Expand Down

0 comments on commit 0ff1be3

Please sign in to comment.