n38_import.Rd
This function reads N38 binary files into R and does some minimal pre-processing.
n38_import(path = NULL)
A file path pointing to a valid *.N38 file, produced by a Geonics EM38-MK2 conductivity sensor connected to an Allegra CX or Archer datalogger (and optionally, a GPS device).
A matrix with n rows and 25 columns, containing raw bytes.
n38_mat <-
n38_import(system.file("extdata", "em38_demo.N38", package = "em38"))