View source: R/gh_repo_search.R
gh_repo_search | R Documentation |
Get files in a repo
gh_repo_search(
code = "RocheData",
organisation = "PHC",
full_name = NULL,
custom = "in:file",
...
)
code |
Output from |
organisation |
Shortcut to add a filter onto a specific organisation |
full_name |
Shortcut to add a filter on to a specific repo |
custom |
Add your own query |
... |
Pass down options to |
New Columns
org/repo
repo name
File name
Path within repo to file including filename
URL to the file and commit on github
i didn't actually look this up... maybe matching score
Language guessed via GithubMetrics:::gh_filetype()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.