save_to_bib | R Documentation |
This function will generate a .bib file for an R package.
save_to_bib(package, file_name = NULL)
package |
A character vector of the package you want to cite. |
file_name |
A character vector for the file name of the output. Defaults to the package name. |
# Create a .bib file called "test.bib" to cite the tidyverse
# save_to_bib("tidyverse", "test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.