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 4360393
#> 2 R 2905592
#> 3 TeX 25601
#> 4 AMPL 7578
#> 5 Python 6986
#> 6 CSS 3358
#> 7 JavaScript 1018
#> 8 Dockerfile 933
#> 9 SCSS 19
#> 10 Shell 17
# }