n38_import: Import EM38 data

View source: R/import_export.R

n38_importR Documentation

Import EM38 data

Description

This function reads N38 binary files into R and does some minimal pre-processing.

Usage

n38_import(path = NULL)

Arguments

path

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).

Value

A matrix with n rows and 25 columns, containing raw bytes.

Examples

n38_mat <-
  n38_import(system.file("extdata", "em38_demo.N38", package = "em38"))

obrl-soil/em38 documentation built on Sept. 25, 2023, 10:01 p.m.