Read the metadata from a file.
read_metadata(filename, header.col = TRUE, header.row = TRUE,
sep = ",")
name of the file with the metadata.
boolean value indicating if the metadata CSV file contains a header column with the name of the metadata variables.
boolean value indicating if the metadata CSV file contains a header row with the name of the samples.
the separator character.
Returns a data frame with the metadata.