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