| g_gists | R Documentation |
List GitHub gists
g_gists(type = "mine", user = NULL, gistid = NULL,
since = NULL, parse = TRUE)
since |
Optional string of a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ |
parse |
Whether to parse results or not. Setting parse=TRUE composes a list of nested items of similar attributes, each with 0 to many items: urls, info, user, pull_request, repo, and body |
The gist.
## Not run:
g_auth()
options(useragent='ropensci')
g_gists('mine', 'schamberlain')
g_gists('public')
g_gists('starred')
g_gists('gistid', gistid=5937553)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.