export_df2csvxlsx: Write dataframe to both CSV and Excel spreadsheet formats,...

View source: R/utils.R

export_df2csvxlsxR Documentation

Write dataframe to both CSV and Excel spreadsheet formats, with a filename consisting of a prefix and a date stamp

Description

Write dataframe to both CSV and Excel spreadsheet formats, with a filename consisting of a prefix and a date stamp

Usage

export_df2csvxlsx(df, dirname, prefix)

Arguments

df

dataframe.

dirname

directory where the RDS file will be created.

prefix

filename prefix

Value

This function return a list that contains the creation timestamps of the Excel and the CSV files


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