Read CSV files associated with trials (e.g. Movement files) from paths stored in supplied columns. Expects absolute paths, use `update_file_pointers` to update them if necessary. Function uses `read_csv` to read files.
read_csv_files(data, .cols = tidyselect::ends_with("_location_0"), ...)
A dataframe of trial results
A tidyselect specification of columns (e.g. `c(col1, col2)`).
Additional arguments passed to `read_csv`. Default are columns that end with `_location_0`