get_calibration_parameter: Extract variable from xmlcon file text

View source: R/hex_to_cnv.R

get_calibration_parameterR Documentation

Extract variable from xmlcon file text

Description

Extract variable from xmlcon file text

Usage

get_calibration_parameter(
  header,
  cal_par,
  start_block = NULL,
  end_block = NULL,
  make_numeric = TRUE
)

Arguments

header

Character vector of lines from an xmlcon file

cal_par

Character vector of the xmlcon tag

start_block

starting index for lines of the header to search

end_block

ending index for lines of the leader to search

make_numeric

Logical. Should the tag value be forced to a numeric?

Author(s)

Sean Rohan


afsc-gap-products/gapctd documentation built on March 5, 2025, 3:42 a.m.