remdirectional_to_df: Return on-ear directional data from Verifit xml to data frame

Description Usage Arguments Value Examples

Description

Takes an input argument of an xml file as exported by the Verifit, and returns a data frame containing on-ear directional results. Data frame is in long format.

Usage

1

Arguments

filename

An xml file exported from the Verifit

Value

A data frame containing the on-ear directional results.

Examples

1
2
3
4
5
## Not run: 
df <- remdirectional_to_df("xxxAbcdE_directionality.xml")
head(df)

## End(Not run)

kevindsp/verifitr documentation built on May 9, 2019, 8:09 p.m.