Description Usage Arguments Details Value See Also Examples
ris-like bibliographic data files contain codes that describe their contents, such as 'AU' in place of 'author'. This function provides lookup tables for 'ris' tags of different kinds
1 | tag_lookup(type = "ris")
|
type |
Which lookup table should be returned? Accepted values are 'ris', 'ris_write' or 'medline' |
Primarily an internal function to support read_bibliography
and write_bibliography
. Tag substitutions for PubMed/Medline fields are taken directly from the NIH (available here). Substitutions for other ris-like formats are based on common examples, but are much less consistently documented.
a data.frame
containing the original tag (column 'ris'), and the full-word substitution for that tag (column 'bib'). For type 'ris', there is also an added 'order' column showing the order those tags should be displayed in. 'ris_write' is a version of 'ris' with only one ris tag per bib tag.
bibliography-class
, read_bibliography
1 2 | tag_lookup("ris") # standard ris format
tag_lookup("medline") # PubMed files
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.