Skip to contents

Fork a gist

Usage

fork(gist, ...)

Arguments

gist

A gist object or something coerceable to a gist

...

Further named args to crul::verb-GET

Value

A gist class object

Examples

if (FALSE) { # \dontrun{
# fork a gist
w <- gists()[[1]] %>% fork()

# browse to newly forked gist
browse(w)
} # }