readHeader {miRLAB} | R Documentation |
Read the header of the dataset
readHeader(dataset)
dataset |
the character string of the names of the dataset in csv format, e.g. "ToyEMT.csv" |
the header of the dataset
dataset=system.file("extdata", "ToyEMT.csv", package="miRLAB") header=readHeader(dataset)