process_comment: Process comment data

View source: R/chunk_processing.R

process_commentR Documentation

Process comment data

Description

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

Usage

process_comment(comment = NULL)

Arguments

comment

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

Value

A list containing 2 data elements recorded in N38 comment rows.

Examples

## Not run: 
data('n38_demo')
n38_chunked <- n38_chunk(n38_demo)
# no comments in this file, soz. sub in yr own data
n38_c1 <- em38:::process_comment(n38_chunked[['survey_line_1']][['comments']][1, ])

## End(Not run)


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