Get File List from GitHub
Examples
# \donttest{
  github_files("scienceverse/metacheck")
#>                name             path  size          ext   type
#> 1     .Rbuildignore    .Rbuildignore   247 rbuildignore   file
#> 2           .github          .github     0       github    dir
#> 3        .gitignore       .gitignore   387    gitignore config
#> 4       DESCRIPTION      DESCRIPTION  1898                file
#> 5        LICENSE.md       LICENSE.md 34303           md   text
#> 6         NAMESPACE        NAMESPACE  2123                file
#> 7           NEWS.md          NEWS.md 13491           md   text
#> 8                 R                R     0                 dir
#> 9         README.md        README.md   896           md   text
#> 10           _stuff           _stuff     0                 dir
#> 11      codecov.yml      codecov.yml   134          yml config
#> 12             data             data     0                 dir
#> 13         data-raw         data-raw     0                 dir
#> 14             docs             docs     0                 dir
#> 15             inst             inst     0                 dir
#> 16              man              man     0                 dir
#> 17 papercheck.Rproj papercheck.Rproj   462        rproj config
#> 18          pkgdown          pkgdown     0                 dir
#> 19          profile          profile     0                 dir
#> 20            tests            tests     0                 dir
#> 21        vignettes        vignettes     0                 dir
# }
