Rdocumentation
powered by
Learn R Programming
source.gist (version 1.0.0)
source.gist: Read R code from a GitHub Gist
Description
source.gist causes R to accept its input from the given GitHub Gist URL or ID. The Gist is parsed and evaluated in the global environment.
Usage
source.gist(id)
Arguments
id
a GitHub Gist URL or ID.
See Also
source