Description Usage Arguments Examples
generates citation in bibtex.
1 | write.bbtex(pkgs, file = "", delete = TRUE, tweak = NULL)
|
pkgs |
Names of packages to be quoted |
file |
filename and address |
delete |
delete pre-existing file |
tweak |
modifies the header |
1 2 3 4 5 | ## Not run:
pkgs = c("ade4", "data.table", "ggplot2")
write.bbtex(pkgs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.