Learn R Programming

callsync (version 0.2.3)

export.detections: export.detections

Description

Exports detection table from `call.detect` into a txt file that can be read by Raven Lite. All columns other than those containing start and end times are filled with 0 or ''.

Usage

export.detections(detections, sr = 1, path_out = "out.txt")

Value

Stores a Raven Lite readable selection table.

Arguments

detections

data.frame, the object generated by `call.detect`.

sr

numeric, the sampling rate of the wave on which detections were run. Default to `1`, which allows users to transform the start and end times before feeding the data.frame to this function.

path_out

character, the path including file name where to store the txt file. Default is `'out.txt'`.