Loads multiple Raven selection tables into one dataframe. Also adds a column with file-selection
load.selection.tables(path_selection_tables, recursive = FALSE)Returns data frame with all selection tables.
the path to the folder containing selection tables. Folder should not contain any other files.
if `TRUE` lists files recursively before loading, default is `FALSE`.