Learn R Programming

palmid (version 0.0.3)

read.fev: Reads a .fev file created by 'palmscan'

Description

Reads a .fev file created by 'palmscan'

Usage

read.fev(fev.path, FIRST = FALSE)

Arguments

fev.path

relative system path to .fev file

FIRST

read only the first palmscan-line in .fev [FALSE]

Value

A palmscan data.frame object

Examples

Run this code
# NOT RUN {
# palmscan fev file
ps.fev.path <- system.file( "extdata", "waxsys.fev", package = "palmid")
palmprint <- read.fev(ps.fev.path, FIRST = TRUE)

# }

Run the code above in your browser using DataLab