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/metacheck")
#>      language   bytes
#> 1           R 6132209
#> 2        HTML 5782555
#> 3         TeX   58985
#> 4        AMPL    7578
#> 5      Python    6986
#> 6         CSS    3358
#> 7  JavaScript    1018
#> 8  Dockerfile     933
#> 9        SCSS      19
#> 10      Shell      17
# }