Description Usage Arguments Value Note Author(s) See Also Examples
Format Europe PMC search results into a bibliography
1 2  | 
x | 
 epmc_search results  | 
authors | 
 Number of authors to display before adding et al.  | 
issue | 
 Include issue number with citation  | 
links | 
 Add Markdown links to Journal, Cited by counts and PubMed ID, default FALSE  | 
cited | 
 Include Cited By:<count>  | 
pmid | 
 Include PubMed:<ID>  | 
number | 
 Number references in bibliography  | 
a vector
Currently, the references are formatted using author, year, title and journal
Chris Stubben
strwrap for formatting
1 2 3  | data(yp)
bib_format(yp[1:5,])
cat(strwrap(bib_format(yp[1:5,], number=TRUE, pmid=TRUE), exdent=3), sep="\n")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.