Get Languages from GitHub Repo
Arguments
- repo
The URL of the repository (in the format "username/repo" or "https://github.com/username/repo")
Value
vector of languages
Examples
# \donttest{
github_languages("scienceverse/papercheck")
#> language bytes
#> 1 HTML 2827261
#> 2 R 437934
#> 3 TeX 25601
#> 4 AMPL 7578
#> 5 Python 6986
#> 6 CSS 3358
#> 7 JavaScript 1018
#> 8 SCSS 19
# }