readPhenotypeSheet {pdi}R Documentation

Read phenptyping sheet

Description

Parse .xlsx phenotype data collection sheets.

Usage

readPhenotypeSheet(file)

Arguments

file

file path to excel file to parse

Examples

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])

[Package pdi version 0.4.2 Index]