Learn R Programming

rrtable (version 0.1.0)

writeCSVComment: Write a csv file with comment

Description

Write a csv file with comment

Usage

writeCSVComment(data, file, metadata = "", comment = "#")

Arguments

data

A data.frame

file

A path for destination file

metadata

A character string representing R codes as a preprocessing

comment

A string used to identify comments