fork: Fork a gist

Description Usage Arguments Value Examples

View source: R/forks.R

Description

Fork a gist

Usage

1

Arguments

gist

A gist object or something coerceable to a gist

...

Further named args to crul::verb-GET

Value

A gist class object

Examples

1
2
3
4
5
6
7
8
## Not run: 
# fork a gist
w <- gists()[[1]] %>% fork()

# browse to newly forked gist
browse(w)

## End(Not run)

gistr documentation built on July 29, 2020, 9:07 a.m.