get_users | R Documentation |
Get users data
get_users(gitstats, logins, cache = TRUE, verbose = is_verbose(gitstats))
gitstats |
A GitStats object. |
logins |
A character vector of logins. |
cache |
A logical, if set to |
verbose |
A logical, |
A data.frame.
## Not run:
my_gitstats <- create_gitstats() %>%
set_github_host(
token = Sys.getenv("GITHUB_PAT"),
orgs = c("r-world-devs")
) %>%
set_gitlab_host(
token = Sys.getenv("GITLAB_PAT_PUBLIC"),
orgs = "mbtests"
)
get_users(my_gitstats, c("maciekabanas", "marcinkowskak"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.