add_publishdate_to_endnote_db

add_publishdate_to_endnote_db(endnote_db_refs)

Arguments

endnote_db_refs

table "refs" in Endnote DB (as retrieved by [read_endnote_db])

Value

Endnotes "refs" table with added columns "publish_datetime", "publishDate" (required for hugo-academic) and "date-cleaned"

Examples

if (FALSE) { endnote_db <- read_endnote_db(path = "../../dms/2020-07-08/KWB-documents_20191205.Data/sdb/sdb.eni") en_db_with_publishdates <- add_publishdate_to_endnote_db(endnote_db$refs) }