Skip to contents

Write list elements to CSV files

Usage

list2csv(x, outdir)

Arguments

x

List containing R objects to be written to CSV (e.g. data.frames, matrices, etc.)

outdir

Character: Path to output directory

Value

Nothing, writes CSV files to outdir.

Author

EDG