search.code {github} | R Documentation |
Search Github code.
Search the Github API.
search.code(q, ..., ctx = get.github.context())
q |
Query string |
... |
Further arguments passed on to Github API call |
ctx |
Authentication object |
## Not run:
search.code("octokit in:file extension:gemspec -repo:octokit/octokit.rb", sort="indexed")
## End(Not run)