fork: Fork a gist

View source: R/forks.R

forkR Documentation

Fork a gist

Description

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

## Not run: 
# fork a gist
w <- gists()[[1]] %>% fork()

# browse to newly forked gist
browse(w)

## End(Not run)

ropensci/gistr documentation built on Oct. 21, 2022, 2:14 p.m.