github_repo_basic_info.Rd
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)
user | character username |
---|---|
repo | character repo name |
Combined basic info from two functions: `github_repo_info` and `github_topics`
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" #>