Nothing
#' Generate BibTeX bibliography databases for R packages
#'
#' A wrapper function of \code{xfun::pkg_bib()}.
#' @param ...,prefix Arguments passed to \code{xfun::\link[xfun]{pkg_bib}()}.
#' @export
write_bib = function(..., prefix = getOption('knitr.bib.prefix', 'R-')) {
xfun::pkg_bib(..., prefix = prefix)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.