Closed FelipeRosa closed 8 years ago
Implemented txt exporter which exports a dataset matrix to a whitespace separated file.
Ex:
(save-txt filename [[0 1] [2 3]])
outputs a file
0 1 2 3
Implemented txt exporter which exports a dataset matrix to a whitespace separated file.
Ex:
outputs a file