Learn R Programming

callsync (version 0.2.3)

load.selection.tables: load.selection.tables

Description

Loads multiple Raven selection tables into one dataframe. Also adds a column with file-selection

Usage

load.selection.tables(path_selection_tables, recursive = FALSE)

Value

Returns data frame with all selection tables.

Arguments

path_selection_tables

the path to the folder containing selection tables. Folder should not contain any other files.

recursive

if `TRUE` lists files recursively before loading, default is `FALSE`.