fast.write.csv: Write object in CSV file

View source: R/general_misc_utils.R

fast.write.csvR Documentation

Write object in CSV file

Description

Write object in CSV file

Usage

fast.write.csv(dat, file, row.names = TRUE)

Arguments

dat

An R data object (e.g., list, data frame)

file

(Character) The name of the CSV file.

row.names

(Logical) Add row names as column (TRUE) or not (FALSE).


NicWir/VisomX documentation built on Dec. 8, 2024, 1:27 a.m.