.old/templateMetadataInfo/parseMetadataInfo.R

### Function used to parse metadata*.csv files (sep=",") which gather
### information for a type of data. See README.md for more details


parseMetadataInfo <- function(fileType = character()){
  # 
  fileName = paste0("templateMetadataInfo/templates/metadata",fileType,".csv")
  
  # Load corresponding data

  return(metadataFields)
}
earnaud/MetaShARK-v2 documentation built on Sept. 21, 2022, 10:52 a.m.