mk9_convert_wcdap_archive: Convert WCDAP archive csv to trawllight csv format

View source: R/mk9_convert_wcdap.R

mk9_convert_wcdap_archiveR Documentation

Convert WCDAP archive csv to trawllight csv format

Description

Converts an archive CSV file produced by WC-DAP or WC Instrument helper to a CSV format that is compatible with trawllight. The CSV format for trawllight is based on a format that had been produced by Wildlife Computers HexDecoder software prior to 2017

Usage

mk9_convert_wcdap_archive(
  dir_path = NULL,
  file_name = NULL,
  plot_check = TRUE,
  type = NULL
)

Arguments

dir_path

Path to the directory containing the Archive.csv file

file_name

Name of the Archive.csv file. If NULL, searches for the file name in dir_path.

plot_check

Should a plot (.png) of datetime versus depth be written to dir_path?

type

User specified type. Detected automatically if type = NULL (default). Otherwise, either "trwl" for trawl-mounted tag or "deck" for deck-mounted tag.


sean-rohan/trawllight documentation built on Jan. 13, 2023, 10:43 p.m.