Skip to contents

Writes a CSV file that includes a UTF-8 byte order mark to prevent encoding issues when opening in Microsoft Excel on Windows.

Usage

AS.write.csv(data, path)

Arguments

data

A data frame or matrix to be written.

path

File path for the output CSV file.