write_clean_references_df_to_xlsx: Write Clean References Dataframe to XLSX

Description Usage Arguments Examples

View source: R/write_clean_references_df_to_xlsx.R

Description

Write Clean References Dataframe to XLSX

Usage

1
2
3
4
5
6
7
8
write_clean_references_df_to_xlsx(
  endnote_list,
  file = default_clean_xlsx(endnote_list),
  export_dir = ".",
  give_hints = FALSE,
  dbg = TRUE,
  ...
)

Arguments

endnote_list

list created with create_endnote_list()

file

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

export_dir

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

give_hints

if TRUE hints will be generated, e.g. "add_public_or_confidential" for accessiblity data

dbg

show debug messages (default: TRUE)

...

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

Examples

1
2
3
4
## Not run: endnote_list <- create_endnote_list()
write_clean_references_df_to_xlsx(endnote_list)

## End(Not run)

KWB-R/kwb.endnote documentation built on July 8, 2021, 4:18 p.m.