readPhenotypeSheet: Read phenptyping sheet

Description Usage Arguments Examples

View source: R/readPhenotypeSheet.R

Description

Parse .xlsx phenotype data collection sheets.

Usage

1

Arguments

file

file path to excel file to parse

Examples

1
2
3
4
5
6
7
8
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])

pdi documentation built on Feb. 10, 2021, 1:08 a.m.