SEB_get_sensor: A function to concatenate sensor data from a project to...

View source: R/functions.R

SEB_get_sensorR Documentation

A function to concatenate sensor data from a project to attach to image data

Description

This function inputs a directory folder containing multiple stereo camera deployments, reads all the sensor data from the deployments contained in the directory. It then concatenates these together, assigning #' a unique identifier (deployment_ID) and can outputs a .csv files.

Usage

SEB_get_sensor(project.dir, make_csv = FALSE)

Arguments

project.dir

directory containing the multiple deployment files

make_csv

do you want an output sensor.csv file (default = FALSE)

Examples

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

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