Update pointers to CSV files associated with trials (e.g. Movement files) in supplied columns. This updates the absolute paths (which might have been changed) stored in columns provided combines with the column `res_path` as generated by `read_trial_results`. This function takes care with changes in file location or renaming of individual participant folders.
update_file_pointers(data, .cols = tidyselect::ends_with("_location_0"))
A dataframe of trial results
A tidyselect specification of columns (e.g. `c(col1, col2)`). Default are columns that end with `_location_0`