R/add_publishdate_to_endnote_db.R
add_publishdate_to_endnote_db.Rd
add_publishdate_to_endnote_db
add_publishdate_to_endnote_db(endnote_db_refs)
endnote_db_refs | table "refs" in Endnote DB (as retrieved by [read_endnote_db]) |
---|
Endnotes "refs" table with added columns "publish_datetime", "publishDate" (required for hugo-academic) and "date-cleaned"
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) }