SEB_project_concatenate | R Documentation |
This function inputs a directory folder containing a single project database from stereo camera deployments. It reads the single *.db file with the combined deployment data and extracts the frame data and the target data. It then merges with the sensor data (if path is provided), from CamTrawlMetadata.db 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.
SEB_project_concatenate(project.db, deployment.dir)
project.db |
database with the combined deployment data |
deployment.dir |
directory that contains subdirectories with the individual deployments with sensor data (CamTrawlMetadata.db files) |
SEB_project_concatenate("C:/Users/rooperc/Desktop/Deep Sea Coral Research/DeepSeaCoralSurveyDataBase/GOA MACE Data/MACE_2019/MACE2019_GOA.db","D:/DropCam")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.