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 R 232339
#> 2 AMPL 8327
#> 3 Python 6986
#> 4 CSS 3358
#> 5 JavaScript 1018
#> 6 SCSS 19
# }