search.users {github} | R Documentation |
Search Github users.
Search the Github API.
search.users(q, ..., ctx = get.github.context())
q |
Query string |
... |
Further arguments passed on to Github API call |
ctx |
Authentication object |
## Not run:
search.users("tom repos:>42 followers:>1000")
## End(Not run)