savefile: Saves to disc a data.frame as csv file

Description Usage Arguments

Description

Saves to disc a data.frame as csv file

Usage

1
savefile(sfile, tfile, wdir = TRUE, rnames = FALSE)

Arguments

sfile

The source file. An R data.frame, a matrix, or a vector

tfile

The target csv file that will be saved to disc.

wdir

A boolean variable indicating if the file will be saved in the working directory or in a user-selected directory will be used.

rnames

A boolean variable indicating if row names will be saved in the csv file or not.


hmenag1/hmUtils documentation built on May 17, 2019, 4:34 p.m.