Write References Dataframe to XLSX

write_references_df_to_xlsx(
  endnote_list,
  file = default_xlsx(endnote_list),
  export_dir = ".",
  dbg = TRUE,
  ...
)

Arguments

endnote_list

list created with create_endnote_list()

file

name of file to save (default: default_xlsx(endnote_list))

export_dir

directory where to save 'file' (default: ".")

dbg

show debug messages (default: TRUE)

...

additional arguments passed to openxlsx::write.xlsx()

Value

write references dataframe to xlsx with one sheet for each publication type

Examples

if (FALSE) endnote_list <- create_endnote_list() write_references_df_to_xlsx(endnote_list)
#> Error in lapply(seq_along(endnote_list), function(rec_id) { record_list_to_df(record_list = endnote_list[rec_id], collapse)}): object 'endnote_list' not found