DH_export_CSV: Export a Dataset in CSV

Description Usage Arguments Details Value Author(s)

Description

Export a Dataset in CSV format

Usage

1
DH_export_CSV(previous.name = "")

Arguments

previous.name

Default name for the new dataframe, optional

Details

DHexportmenu.png
The Export option allows the user to export an object of the workspace, saving it as a file. The following sub-options are present:

A dialogue box asks for the name of the object, the characters to be used as field separator and decimal separator, ad the coding for the missing data. The default settings are ; as field separator, . as decimal separator, NA for missing data. The file, with the same name of the object and the selected extension, will be created in the working directory. If neither the Header nor the Row Names boxes are checked, then only the data matrix will be saved. If the Header box is checked, then the first row of the file will be the header of the columns. If the Row Names box is checked, then the first column of the file will be the name of the rows. If both the Header box and the Row Names box are checked, then the first row of the file will be the header of the columns and the first column of the file will be the name of the rows (obviously, the fist cell of the first row will be empty).

Value

A new file is created with the internal matrix

Author(s)

Riccardo Leardi and Gianmarco Polotti with contributions from Giorgio Marubini.Gruppo di Chemiometria (Divisione di Chimica Analitica della Societa' Chimica Italiana)


polgia0/Chemometricmenus documentation built on May 28, 2019, 12:03 p.m.