create_gists: Create gists

Description

Description

Creating gists in gistr can be done with any of three functions:

It may seem a bit odd to have three separate functions for creating gists. gist_create() was created first, and was out for a bit, so when we had the idea to create gists via git (gist_create_git()) and from R objects (gist_create_obj()), it made sense to have a different API for creating gists via the HTTP API, git, and from R objects. We could have thrown everything into gist_create(), but it would have been a massive function, with far too many parameters.


gistr documentation built on July 29, 2020, 9:07 a.m.