Learn R Programming

filteRjsats (version 1.0)

join_rcvr_data: Add Receiver Data to a Completely Filtered Detection File

Description

This function takes any acoustic receiver detection dataframe which contains receiver serial numbers in a ReceiverSN field, such as that produced by second_filter_*(), and joins it with receiver metadata generated by the get_rcvr_data() or format_receiver() functions.

Usage

join_rcvr_data(final_file, rcvr_data)

Value

A dataframe to which receiver metadata has been added.

Arguments

final_file

a dataframe of detections retrieved from second_filter

rcvr_data

a dataframe of receiver metadata retrieved from get_rcvr_data

Examples

Run this code
# Join receiver metadata to detection data
join_rcvr_data(fish_detects, cft_rcvrs)

Run the code above in your browser using DataLab