Learn R Programming

gistr (version 0.9.0)

delete: Delete a gist

Description

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

Run this code
# NOT RUN {
gists("minepublic")[[29]] %>% delete()
# }

Run the code above in your browser using DataLab