Description Usage Arguments Value Examples
View source: R/add_kwb-style_to_endnote-db.R
add_kwb_style
1 | add_kwb_style(endnote_db_refs)
|
endnote_db_refs |
table "refs" in Endnote DB (as retrieved by [read_endnote_db]) |
Endnotes "refs" table with added columns "reference_type_name" (translating "reference_type" to "own" classes) and "publication" (used for hugo-academic)
1 2 3 4 5 | ## Not run:
endnote_db <- read_endnote_db(path = "../../dms/2020-07-08/KWB-documents_20191205.Data/sdb/sdb.eni")
kwb_style_list <- add_kwb_style(endnote_db$refs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.