Create dataframe from Endnote XML file

create_df_from_endnote_xml(endnote_xml = default_xml())

Arguments

endnote_xml

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

Value

data.frame with all information from Endnote XML joined with data from get_reference_type_names()

Examples

references_df <- create_df_from_endnote_xml()
#> Reading '2020-06-17_KWB-documents.xml' in folder #> '/Users/runner/work/_temp/Library/kwb.endnote/extdata' ... ok.
#> Joining, by = "record_id"
head(references_df)
#> record_id key1 key2 key3 key4 value #> 1 1 database KWB-documents_20191205.enl #> 2 1 source-app EndNote #> 3 1 rec-number 2 #> 4 1 foreign-keys key 2 #> 5 1 ref-type 27 #> 6 1 contributors authors author[1] style Kranz, Nicole #> rec_number ref_type_id ref_type_name #> 1 2 27 Report #> 2 2 27 Report #> 3 2 27 Report #> 4 2 27 Report #> 5 2 27 Report #> 6 2 27 Report