parse_metadata_line {SeaSondeR} | R Documentation |
Parse a Metadata Line from a SeaSonde APM File
Description
This function takes a single line from a SeaSonde APM file and parses it into a named attribute and its corresponding value.
Usage
parse_metadata_line(line)
Arguments
line |
The line of text to parse. |
Value
A list containing the attribute name and its value.
[Package SeaSondeR version 0.2.8 Index]