load.selection.tables {callsync}R Documentation

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)

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'.

Value

Returns data frame with all selection tables.


[Package callsync version 0.2.1 Index]