Learn R Programming

⚠️There's a newer version (0.9.0) of this package.Take me there.

gistr (version 0.2.0)

Work with GitHub Gists

Description

Work with GitHub gists from R (e.g., http://en.wikipedia.org/wiki/GitHub#Gist, https://help.github.com/articles/about-gists/). A gist is simply one or more files with code/text/images/etc. This package allows the user to create new gists, update gists with new files, rename files, delete files, get and delete gists, star and un-star gists, fork gists, open a gist in your default browser, get embed code for a gist, list gist commits, and get rate limit information when authenticated. Some requests require authentication and some do not. Gists website: https://gist.github.com/.

Copy Link

Version

Install

install.packages('gistr')

Monthly Downloads

1,680

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Scott Chamberlain

Last Published

May 1st, 2015

Functions in gistr (0.2.0)

gist

Get a gist
gist_auth

Authorize with GitHub.
update

Update/modify a gist
gist_create_obj

Create a gist from an R object
rate_limit

Get rate limit information
add_files

Add files to a gist object
forks

List forks on a gist
star

Star a gist
delete

Delete a gist
browse

Open a gist on GitHub
tabl

Make a table from gist or commit class or a list of either
fork

Fork a gist
gist_map

Opens a full screen map after uploading a geojson file
embed

Get embed script for a gist
%>%

Pipe operator
gistr-package

R client for GitHub gists
gists

List gists
commits

List gist commits
run

Run a .Rmd file
gist_create

Create a gist