join_rcvr_data | R Documentation |
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.
join_rcvr_data(final_file, rcvr_data)
final_file |
a dataframe of detections retrieved from second_filter |
rcvr_data |
a dataframe of receiver metadata retrieved from get_rcvr_data |
A dataframe to which receiver metadata has been added.
# Join receiver metadata to detection data
join_rcvr_data(fish_detects, cft_rcvrs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.