Description Usage Arguments Value
Reads the data from a CSV file and creates the dataset.
1 2 3 4 5 |
filename.data |
name of the data file. |
filename.meta |
name of the metadata file. |
type |
type of the data. |
description |
a short text describing the dataset. |
label.x |
the label for the x values. |
label.values |
the label for the y values. |
sample.names |
the names of the samples. |
format |
format which the data are in the CSV file. It can be "row" if the samples are in the rows or "col" if the samples are in the columns. |
header.col |
boolean value indicating if the CSV contains a header column with the names of the samples or variables. |
header.row |
boolean value indicating if the CSV contains a header row with the names of the samples or variables. |
sep |
the separator character. |
header.col.meta |
boolean value indicating if the metadata CSV file contains a header column with the name of the metadata variables. |
header.row.meta |
boolean value indicating if the metadata CSV file contains a header row with the name of the samples. |
sep.meta |
the separator character of the metadata file. |
Returns the dataset from the CSV file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.