my_write_xlsx: Writes xlsx to the OUTPUT directory with the option of having...

Description Usage Arguments

View source: R/my_write_xlsx.R

Description

Writes xlsx to the OUTPUT directory with the option of having the activity logged and guardrails in case the chosen filename already exists

Usage

1
2
3
4
5
6
7
8
9
my_write_xlsx(
  dataframe,
  file_basename,
  path_folder = NULL,
  timestamp_filename = FALSE,
  log = TRUE,
  io_comment = "",
  io_details = ""
)

Arguments

dataframe

dataframe object

file_basename

basename of output file

path_folder

path_folder of output

timestamp_filename

if TRUE, appends filename with the timestamp

log

if TRUE, logs output in the log


patelm9/mirCat documentation built on April 24, 2020, 6:24 p.m.