Helper function: get reference type names

get_reference_type_names(endnote_xml = default_xml())

Arguments

endnote_xml

path to Endnote library exported as .xml (default: default_xml())

Value

data.frame with columns record_id, rec_number, ref_type_id, ref_type_name

Examples

ref_type_names <- get_reference_type_names() head(ref_type_names)
#> record_id rec_number ref_type_id ref_type_name #> 1 1 2 27 Report #> 2 2 3 27 Report #> 3 3 4 27 Report #> 4 4 6 27 Report #> 5 5 7 27 Report #> 6 6 8 27 Report