Skip to contents

Write data frame object to a CSV (comma separated file), optionally with associated attribute data (stored as JSON in comments)

Usage

md_write_csv_with_meta(df, file, comment = "#", ...)

Arguments

df

a data frame with attributes to write (like a masked data frame)

file

filename for csv

comment

denotes a comment block

...

additional arguments to pass