Get embed script for a gist
Arguments
- gist
A gist object or something that can be coerced to a gist object.
Examples
if (FALSE) { # \dontrun{
gists()[[1]] %>% embed()
# pass in a url
gist("https://gist.github.com/expersso/4ac33b9c00751fddc7f8") %>% embed
} # }