Get basic info about Githb repo, i. e. number of stars, number of forks and topics.

github_repo_basic_info(repo.url, user = NA, repo = NA)

Arguments

user

character username

repo

character repo name

Value

Combined basic info from two functions: `github_repo_info` and `github_topics`

Examples

github_repo_basic_info("github.com/tidyverts/tsibble")
#> $github.desc #> [1] "Tidy Temporal Data Frames and Tools" #> #> $stars #> [1] 241 #> #> $forks #> [1] 22 #> #> $topics #> [1] "r" #>