SEB_data_concatenate: A function to concatenate SEBASTES data to .csv files

View source: R/functions.R

SEB_data_concatenateR Documentation

A function to concatenate SEBASTES data to .csv files

Description

This function inputs a directory folder containing multiple stereo camera deployments, reads all the *.db files and extracts the frame data and the target data from all the deployments contained in the directory. It then concatenates these together, assigning a unique identifier (deployment_ID) and outputs two .csv files, one containing target data and one containing the frame data. Any accessory data from sensors will also be included with the frame data.

Usage

SEB_data_concatenate(project.dir)

Arguments

project.dir

directory containing the multiple deployment files

Examples

SEB_data_concatenate("C:/Users/rooperc/Desktop/Rockfish Projects/Longline Survey Gear Comparisons/TrigCamData/Gadus")

rooperc4/StereoCamDataUtils documentation built on Nov. 20, 2024, 9:58 p.m.