read_vue_detection_csv: Read detection data exported from Innovasea VUE software

View source: R/load-read_vue_detection_csv.r

read_vue_detection_csvR Documentation

Read detection data exported from Innovasea VUE software

Description

Read detection data exported from Innovasea VUE software

Usage

read_vue_detection_csv(src, show_progress = FALSE)

Arguments

src

A character string with path and name of a CSV file produced containing detection data exported from Innovasea VUE software. If only file name is given, then the file must be located in the working directory.

show_progress

Optional argument passed to data.table::fread's showProgress.

Details

Reading is done via fread.

All timestamp columns are assumed to be in UTC.

Value

A data.frame of class vue_detections.

Author(s)

C. Holbrook (cholbrook@usgs.gov)

Examples

csv_file <- system.file("extdata",
  "VR2W_109924_20110718_1.csv",
  package = "glatos"
)

vue_det <- read_vue_detection_csv(csv_file)


ocean-tracking-network/glatos documentation built on April 17, 2025, 10:38 p.m.