Parse .xlsx phenotype data collection sheets.
readPhenotypeSheet(file)
file | file path to excel file to parse |
---|
library(dplyr) ## Retrieve file paths for example data files <- list.files(system.file('phenotypeDataCollectionSheets', package = 'pdi'),full.names = TRUE) ## Prepare data d <- readPhenotypeSheet(files[1])