Learn R Programming

github (version 0.9.8)

search.code: Search Github code.

Description

Search Github code.

Search the Github API.

Usage

search.code(q, ..., ctx = get.github.context())

Arguments

q

Query string

...

Further arguments passed on to Github API call

ctx

Authentication object

Examples

Run this code
# NOT RUN {
search.code("octokit in:file extension:gemspec -repo:octokit/octokit.rb", sort="indexed")
# }

Run the code above in your browser using DataLab