get_iris_raw_task | R Documentation |
task
type of an IRIS RAW fileChecks what type of task
(s), i.e. polar volume types, are contained in an
IRIS RAW file.
get_iris_raw_task(
file,
header_size = 50,
task = c("WIND", "SURVEILLANCE", "VOL_A", "VOL_B")
)
file |
Character. Path to a polar volume file in IRIS RAW format. |
header_size |
Integer. Number of header bytes to search. |
task |
Character (vector). Task names to search for in the file header. |
Specified task
names found in the header or NA
if none of the
task names were found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.