export_df2csv: Write dataframe to a CSV file format, with a filename...

View source: R/utils.R

export_df2csvR Documentation

Write dataframe to a CSV file format, with a filename consisting of a prefix and a date stamp

Description

Write dataframe to a CSV file format, with a filename consisting of a prefix and a date stamp

Usage

export_df2csv(df, dirname, prefix)

Arguments

df

dataframe.

dirname

directory where the CSV file will be created.

prefix

filename prefix

Value

This function returns the creation timestamp of the CSV file


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