matlabDelim: Function for exporting data.frame to matlab-suitable tab...

Usage Arguments Details Value Author(s)

Usage

1

Arguments

DF

A dataframe to be exported.

name

A basename to be used in constructing filenames for key and data files. Defaults to name of dataframe.

Details

matlabDelim generates 2 ascii files. The first is a tab delimited ascii data file that contains only numerical values, or the missing value code 'NaN' (factors in DF are converted to integer vectors). The second file is a 'key' file that lists all of the variables included (columnwise) in the data file. For those variables/columns that should be interpreted as factors, gives a list of the 'levels/labels' that the numerical values in the data file correspond to.

Value

None. Used for its side effect.

Author(s)

David Braze davebraze@gmail.com


davebraze/FDB1 documentation built on May 14, 2019, 8:59 p.m.