add_publishdate_to_endnote_db: add_publishdate_to_endnote_db

Description Usage Arguments Value Examples

View source: R/add_publishdate_to_endnote_db.R

Description

add_publishdate_to_endnote_db

Usage

1

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

1
2
3
4
5
## Not run: 
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)

## End(Not run)

KWB-R/kwb.pubs documentation built on Aug. 21, 2021, 4:09 a.m.