View source: R/deprecated_defunct.R
fetch_web_refs | R Documentation |
Downloads and saves a .bib
-reference file form the web, so it can be
used to cite references in a Markdown-document using pandoc or LaTeX.
This function has been defunct. Please use download
from the
downloader instead.
fetch_web_refs(x, bib_name)
x |
Character. URL of the |
bib_name |
Character. The path and name of the file to be created. |
If the function is called in an RMarkdown-document the file name
specified as bib_name
can be used in the YAML header as
bibliography
.
Returns NULL
invisibly.
cite_r()
, r_refs()
, knitr::write_bib()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.