read_f24.RdRead OPTA-F24 from a single file OR all files from a directory.
read_f24(file_path = NULL, dir_path = NULL)the OPTA-f24 file to parse. The extension has to be .xml.
the OPTA-f24 file to parse. The files in the dir have to be f24 with an .xml extension.
A tibble which contains the events of the file specified in file_path or ones from dir_path all together.
read_opt
if (FALSE) {
# use as follows
my_events_tibble <- read_f24('my_f24_file.xml')
}