gh_file_get.Rd
Get files in a repo
gh_file_get(
repo = "GithubMetrics",
org = "OpenPharma",
file = "DESCRIPTION",
return = "file",
...
)
The repo name.
The Github organisation name
The filename (or path with filename if not in root)
Defaults to returning file. Other option is "sha"
Pass down options to gh::gh()