Description Usage Arguments Details Value Author(s)
Export a Dataset in CSV format
1 | DH_export_CSV(previous.name = "")
|
previous.name |
Default name for the new dataframe, optional |
The Export option allows the user to export an object of the workspace, saving it as a file.
The following sub-options are present:
CSV
TXT
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).
A new file is created with the internal matrix
Riccardo Leardi and Gianmarco Polotti with contributions from Giorgio Marubini.Gruppo di Chemiometria (Divisione di Chimica Analitica della Societa' Chimica Italiana)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.