writeCSVComment {rrtable} | R Documentation |
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 |
[Package rrtable version 0.3.0 Index]