Read an opt file at file_path and convert it into a tidy-tibble.

read_opt(file_path = NULL)

Arguments

file_path

the OPT file to parse. This file must contains tracking infos.

Value

TODO

Examples

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