Read OPTA-F24 from a single file OR all files from a directory.

read_f24(file_path = NULL, dir_path = NULL)

Arguments

file_path

the OPTA-f24 file to parse. The extension has to be .xml.

dir_path

the OPTA-f24 file to parse. The files in the dir have to be f24 with an .xml extension.

Value

A tibble which contains the events of the file specified in file_path or ones from dir_path all together.

See also

read_opt

Examples

 
if (FALSE) {
# use as follows
my_events_tibble <- read_f24('my_f24_file.xml')
}