Description Usage Arguments Value Examples
View source: R/add_publishdate_to_endnote_db.R
add_publishdate_to_endnote_db
1 | 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"
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.