boxdirectional_to_df: Return testbox directional data from Verifit xml to data...

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 testbox 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 testbox directional results.

Examples

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

## End(Not run)

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