read_elg: Read in SEA data from an ELG event file and return a well...

View source: R/elg.R

read_elgR Documentation

Read in SEA data from an ELG event file and return a well formatted output

Description

SEA event files contain output from a number of instruments including GPS, flow-through, chirp, etc.

Usage

read_elg(
  filein,
  forceGPS = NULL,
  preCheck = TRUE,
  skip = 0,
  csv_output = NULL,
  keep = c("dttm", "lon", "lat", "temp", "sal", "fluor", "cdom", "xmiss", "wind_sp",
    "wind_dir", "heading", "pitch", "roll", "bot_depth", "filename")
)

Arguments

filein

Filepath of the elg file to be read in

forceGPS

option to force the longitude, latitude and time to come from one or other of the GPS feeds.

preCheck

option to do an initial check of lines to remove any standard issues

skip

number of lines to skip below header

csv_output

optional path to export the processed data to a csv file

Examples

read_elg()


benharden27/seaprocess documentation built on June 28, 2023, 7:20 p.m.