get_header_indices: Get the indices of required fields in a header.

Description Usage Arguments Details Value See Also

View source: R/preprocess.R

Description

Returns a list providing the index of each required field.

Usage

1

Arguments

header

A character vector

Details

get_header_indices accepts a character vector, which could be the entire header in one element separated by whitespace or a vector with several elements, one for each field. It uses which to determine the inidces of the required fields.

Value

A list mapping required fields to their respective indices

See Also

npbin_preprocess_file


anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.