dn2csv: creates a csv file containing dn@df

Description Usage Arguments Value Examples

Description

(dn) Produces a new text file named fi with the slot dn@df.

Usage

1
dn2csv(dn, fi)

Arguments

dn

The /dn/.

fi

The file name..

Value

Nothing, the file is created. It can be read back with read.csv(fi,row.names=1,check.names=FALSE).

Examples

1
2
3
4
 rebastaba3k("RESET"); # to comply R checking
 dn2csv(rebastaba.dn2, "toto.txt");
 read.csv("toto.txt", row.names=1, check.names=FALSE);
 unlink("toto.txt");

rebastaba documentation built on May 2, 2019, 5:24 p.m.

Related to dn2csv in rebastaba...