parse_f24: Parse an OPTA f24 Files

Description Usage Arguments Value

View source: R/parse_f24.R

Description

An OPTA f24 file is an xml file with all of the data for each event of a match. This function takes the file location and parses the XML file into a dataframe. All qualifiers are in columns named after them, access them using “. If the qualifier doesn't have a value but was present it is represented by the value 1.

Usage

1
parse_f24(xml.filename)

Arguments

xml.filename

Path to the input file

Value

A dataframe of the OPTA event data


FCrSTATS/fc.rstats documentation built on July 18, 2019, 5:08 a.m.