process_nstat: Process new station data

View source: R/chunk_processing.R

process_nstatR Documentation

Process new station data

Description

This function pulls out new station data from *.N38 binaries and dumps it into a list. This is an internal function with no wider use case.

Usage

process_nstat(nstat = NULL)

Arguments

nstat

A matrix with 1 row and 25 columns, produced by n38_import.

Value

A list containing 2 data elements recorded in N38 new station rows.

Examples

## Not run: 
data('n38_demo')
n38_chunked <- n38_chunk(n38_demo)
# no new station data in this file, soz. sub in yr own data
n38_ns1 <- em38:::process_nstat(n38_chunked[['survey_line_1']][['new_stations']][1, ])

## End(Not run)


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