Description Usage Arguments Examples
View source: R/normalization.R
Saves the normalized dataset and corresponding header into the specified dataset text file.
1 | saveDataset(header, data, dataSetFile)
|
header |
the header of a dataset file generated with |
data |
an R data frame generated with |
dataSetFile |
the name of the text file the data will be saved in; can be the same as the old file (will be overwritten without prompting) |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.