Learn R Programming

pdi (version 0.4.2)

readPhenotypeSheet: Read phenptyping sheet

Description

Parse .xlsx phenotype data collection sheets.

Usage

readPhenotypeSheet(file)

Arguments

file

file path to excel file to parse

Examples

Run this code
# NOT RUN {
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])
# }

Run the code above in your browser using DataLab