turning print_id_match_info.R into a function
Hi,
While doing the rutils package I find myself in a bit of a wonder with this R file: print_id_match_info.R
It is only used here: new_get_pairs.R#L299
Can we turn it to a function? Can you just return nothing and by just calling the function the data info will get save in the OPFILES logging file?
Thanks