embed: Get embed script for a gist

Description Usage Arguments Examples

View source: R/embed.R

Description

Get embed script for a gist

Usage

1

Arguments

gist

A gist object or something that can be coerced to a gist object.

Examples

1
2
3
4
5
6
7
## Not run: 
gists()[[1]] %>% embed()

# pass in a url
gist("https://gist.github.com/expersso/4ac33b9c00751fddc7f8") %>% embed

## End(Not run)

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