View source: R/fetch_manuscript_citation.R
fetch_manuscript_citation | R Documentation |
The function could be used as fetching citation from main text in a manuscript. It is used to show cited references tyles and list. Thus, it can be used to check whether references cited match or not if they are compared with with reference list at the end of manuscript.
fetch_manuscript_citation(txt)
txt |
a txt file from main text in manuscript.
txt <- readLines("clipboard")
fetch_manuscript_citation(txt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.