get_lit prints bibtex fromated literature cited to the screen.
Arguments
- eml_object
is an R object imported (typically from an EML-formatted .xml file) using EmL::read_eml(, from="xml").
Details
get_lit currently only supports bibtex formatted references. get_lit gets items from the tag and prints them to the screen.
Examples
if (FALSE) { # \dontrun{
get_lit(eml_object)
} # }