read_hdr_file {iRfcb} | R Documentation |
Function to Read Individual Files and Extract Relevant Lines
Description
This function reads an HDR file and extracts relevant lines containing parameters and their values.
Usage
read_hdr_file(file)
Arguments
file |
A character string specifying the path to the HDR file. |
Value
A data frame with columns: parameter
, value
, and file.
[Package iRfcb version 0.5.1 Index]