View source: R/load-read_vue_detection_csv.r
read_vue_detection_csv | R Documentation |
Read detection data exported from Innovasea VUE software
read_vue_detection_csv(src, show_progress = FALSE)
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 |
Reading is done via fread
.
All timestamp columns are assumed to be in UTC.
A data.frame of class vue_detections
.
C. Holbrook (cholbrook@usgs.gov)
csv_file <- system.file("extdata",
"VR2W_109924_20110718_1.csv",
package = "glatos"
)
vue_det <- read_vue_detection_csv(csv_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.