Skip to contents

Delete a gist

Usage

delete(gist, ...)

Arguments

gist

A gist object or something coerceable to a gist

...

Curl options passed on to verb-GET

Examples

if (FALSE) {
gists("minepublic")[[29]] %>% delete()
}