Description Usage Arguments Value References Examples
publish a manifest to Github in the form of a gist
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 
| manifest | The manifest to be published | 
| dest | a GistDest object | 
| desc | description to apply to the Gist | 
| fname | The name of the file to create within the gist. | 
| ... | unused | 
the url to access the raw file within the gist.
Becker G, Barr C, Gentleman R, Lawrence M; Enhancing Reproducibility and Collaboration via Management of R Package Cohorts. Journal of Statistical Software, 81(1). 2017. doi: 10.18637/jss.v082.i01
| 1 2 3 4 | ## Not run: 
man = libManifest()
gisturl = publishManifest(man, Gist())
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.