R/add_columns_to_endnote_db.R

Defines functions add_columns_to_endnote_db

Documented in add_columns_to_endnote_db

#' add_columns_to_endnote_db
#'
#' @param endnote_db_refs table "refs" in Endnote DB (as retrieved by
#' [read_endnote_db])
#'
#' @return Endnote table with added columns using [add_publishdate_to_endnote_db]
#' and [add_kwb_style]
#' @export

add_columns_to_endnote_db <- function(endnote_db_refs) {
  add_publishdate_to_endnote_db(endnote_db_refs) %>%
  add_kwb_style()
}
KWB-R/kwb.pubs documentation built on Aug. 21, 2021, 4:09 a.m.