Skip to contents

Get Languages from GitHub Repo

Usage

github_languages(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 330927
#> 2        TeX  19370
#> 3       AMPL   7578
#> 4     Python   6986
#> 5        CSS   3358
#> 6 JavaScript   1018
#> 7       SCSS     19
# }