spocc (version 0.1.2)

spocc_create_gist: Function that takes a list of files and creates payload for API

Description

Function that takes a list of files and creates payload for API

Usage

spocc_create_gist(filenames, description = "", public = TRUE)

Arguments

filenames
names of files to post
description
brief description of gist (optional)
public
whether gist is public (defaults to TRUE)