process_fheader: Process file header

View source: R/chunk_processing.R

process_fheaderR Documentation

Process file header

Description

This function pulls out file header data from *.N38 binaries and dumps them in a list. This is an internal function with no wider use case.

Usage

process_fheader(file_header = NULL)

Arguments

file_header

A matrix with 2 rows and 25 columns, produced by n38_import.

Value

A list containing 9 information elements recorded in N38 file headers.

Examples

data('n38_demo')
n38_chunked <- n38_chunk(n38_demo)
n38_fh <- em38:::process_fheader(n38_chunked[['file_header']])


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