export_df2xlsx: Write dataframe to an Excel spreadsheet, with a filename...

View source: R/utils.R

export_df2xlsxR Documentation

Write dataframe to an Excel spreadsheet, with a filename consisting of a prefix and a date stamp

Description

Write dataframe to an Excel spreadsheet, with a filename consisting of a prefix and a date stamp

Usage

export_df2xlsx(df, dirname, prefix, rnames = FALSE)

Arguments

df

dataframe.

dirname

directory where the Excel spreadsheet will be created.

prefix

filename prefix

rnames

Row names

Value

This function returns the creation timestamp of the Excel spreadsheet


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.