scintec1.comments {readmet} | R Documentation |
read the comment fields of a file in Scintec Format-1 format
Description
get comment entries from a a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")
Usage
scintec1.comments(file, header = list())
Arguments
file |
name (and path if necessary) of the file to read |
header |
optionally, instead of reading the header from the file again,
the output of a previous call to |
Value
named list |
each entry corresponds to one comment field |
Author(s)
Clemens Druee
References
Scintec APRun software manual
Examples
hdr <- read.scintec1(system.file("extdata", "example.mnd", package="readmet"))
hdr$`Serial Number`
[Package readmet version 1.7.1 Index]