Learn R Programming

palmid (version 0.0.3)

fev2df: Convert a palmscan Field-Equals-Value (FEV) column into a dataframe

Description

Convert a palmscan Field-Equals-Value (FEV) column into a dataframe

Usage

fev2df(fev.col)

Arguments

fev.col

character vector of FEV

Value

A 1-column data.frame

Examples

Run this code
# NOT RUN {
# fev.df <- as.data.frame( apply(fev.tsv, 2, fev2df) )
# }

Run the code above in your browser using DataLab