Description Usage Arguments Value Examples
Read the header of the dataset
1 | readHeader(dataset)
|
dataset |
the character string of the names of the dataset in csv format, e.g. "ToyEMT.csv" |
the header of the dataset
1 2 | dataset=system.file("extdata", "ToyEMT.csv", package="miRLAB")
header=readHeader(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.