Learn R Programming

bioRad (version 0.6.2)

get_iris_raw_task: Check task of IRIS RAW file

Description

Checks which task (polar volume type) is contained in a IRIS RAW file

Usage

get_iris_raw_task(
  file,
  header_size = 50,
  task = c("WIND", "SURVEILLANCE", "VOL_A", "VOL_B")
)

Value

one of the task names found in the header, NA if none of the task names were found.

Arguments

file

A string containing a file name.

header_size

Number of header bytes to search

task

task names to search for in the file header