Create List From Endnote XML

create_endnote_list(endnote_xml = default_xml())

Arguments

endnote_xml

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

Value

list of imported endnote_xml

Examples

endnote_list <- create_endnote_list() str(endnote_list[1]$record)
#> List of 15 #> $ database :List of 1 #> ..$ : chr "KWB-documents_20191205.enl" #> ..- attr(*, "name")= chr "KWB-documents_20191205.enl" #> ..- attr(*, "path")= chr "P:\\dms\\KWB-documents_20191205.enl" #> $ source-app :List of 1 #> ..$ : chr "EndNote" #> ..- attr(*, "name")= chr "EndNote" #> ..- attr(*, "version")= chr "19.3" #> $ rec-number :List of 1 #> ..$ : chr "2" #> $ foreign-keys:List of 1 #> ..$ key:List of 1 #> .. ..$ : chr "2" #> .. ..- attr(*, "app")= chr "EN" #> .. ..- attr(*, "db-id")= chr "z90eszwadd95piezvwmxvr9z9ww9xssrfp5t" #> $ ref-type :List of 1 #> ..$ : chr "27" #> ..- attr(*, "name")= chr "Report" #> $ contributors:List of 1 #> ..$ authors:List of 3 #> .. ..$ author:List of 1 #> .. .. ..$ style:List of 1 #> .. .. .. ..$ : chr "Kranz, Nicole" #> .. .. .. ..- attr(*, "face")= chr "normal" #> .. .. .. ..- attr(*, "font")= chr "default" #> .. .. .. ..- attr(*, "size")= chr "100%" #> .. ..$ author:List of 1 #> .. .. ..$ style:List of 1 #> .. .. .. ..$ : chr "Vorwerk, Antje" #> .. .. .. ..- attr(*, "face")= chr "normal" #> .. .. .. ..- attr(*, "font")= chr "default" #> .. .. .. ..- attr(*, "size")= chr "100%" #> .. ..$ author:List of 1 #> .. .. ..$ style:List of 1 #> .. .. .. ..$ : chr "Hansen, Wenke" #> .. .. .. ..- attr(*, "face")= chr "normal" #> .. .. .. ..- attr(*, "font")= chr "default" #> .. .. .. ..- attr(*, "size")= chr "100%" #> $ titles :List of 1 #> ..$ title:List of 1 #> .. ..$ style:List of 1 #> .. .. ..$ : chr "Beteiligung der Öffentlichkeit im Koordinierungsraum Havel (Berlin-Brandenburg)" #> .. .. ..- attr(*, "face")= chr "normal" #> .. .. ..- attr(*, "font")= chr "default" #> .. .. ..- attr(*, "size")= chr "100%" #> $ pages :List of 1 #> ..$ style:List of 1 #> .. ..$ : chr "71" #> .. ..- attr(*, "face")= chr "normal" #> .. ..- attr(*, "font")= chr "default" #> .. ..- attr(*, "size")= chr "100%" #> $ dates :List of 2 #> ..$ year :List of 1 #> .. ..$ style:List of 1 #> .. .. ..$ : chr "2003" #> .. .. ..- attr(*, "face")= chr "normal" #> .. .. ..- attr(*, "font")= chr "default" #> .. .. ..- attr(*, "size")= chr "100%" #> ..$ pub-dates:List of 1 #> .. ..$ date:List of 1 #> .. .. ..$ style:List of 1 #> .. .. .. ..$ : chr "2003-12-31" #> .. .. .. ..- attr(*, "face")= chr "normal" #> .. .. .. ..- attr(*, "font")= chr "default" #> .. .. .. ..- attr(*, "size")= chr "100%" #> $ pub-location:List of 1 #> ..$ style:List of 1 #> .. ..$ : chr "Berlin" #> .. ..- attr(*, "face")= chr "normal" #> .. ..- attr(*, "font")= chr "default" #> .. ..- attr(*, "size")= chr "100%" #> $ publisher :List of 1 #> ..$ style:List of 1 #> .. ..$ : chr "Kompetenzzentrum Wasser Berlin gGmbH" #> .. ..- attr(*, "face")= chr "normal" #> .. ..- attr(*, "font")= chr "default" #> .. ..- attr(*, "size")= chr "100%" #> $ abstract :List of 1 #> ..$ style:List of 1 #> .. ..$ : chr "Hintergrund und Zielsetzung: Die Wasserwirtschaft stellt einen komplexen Handlungsraum dar, in dem zahlreiche I"| __truncated__ #> .. ..- attr(*, "face")= chr "normal" #> .. ..- attr(*, "font")= chr "default" #> .. ..- attr(*, "size")= chr "100%" #> $ label :List of 1 #> ..$ style:List of 1 #> .. ..$ : chr "pprp" #> .. ..- attr(*, "face")= chr "normal" #> .. ..- attr(*, "font")= chr "default" #> .. ..- attr(*, "size")= chr "100%" #> $ urls :List of 1 #> ..$ pdf-urls:List of 1 #> .. ..$ url:List of 1 #> .. .. ..$ : chr "internal-pdf://2772938330/Kranz-2003-2.pdf" #> $ language :List of 1 #> ..$ style:List of 1 #> .. ..$ : chr "de" #> .. ..- attr(*, "face")= chr "normal" #> .. ..- attr(*, "font")= chr "default" #> .. ..- attr(*, "size")= chr "100%"
attr(endnote_list, "xml_file_info")
#> # A tibble: 1 x 18 #> path type size permissions modification_time user group device_id #> <fs::path> <fct> <fs:> <fs::perms> <dttm> <chr> <chr> <dbl> #> 1 /Users/runn… file 2.8M rw-r--r-- 2021-07-08 11:27:01 runn… staff 16777220 #> # … with 10 more variables: hard_links <dbl>, special_device_id <dbl>, #> # inode <dbl>, block_size <dbl>, blocks <dbl>, flags <int>, generation <dbl>, #> # access_time <dttm>, change_time <dttm>, birth_time <dttm>
attr(endnote_list, "xml_filename_without_extension")
#> [1] "2020-06-17_KWB-documents"