parse_metadata_line: Parse a Metadata Line from a SeaSonde APM File

View source: R/SeaSondeRAPM.R

parse_metadata_lineR 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.


SeaSondeR documentation built on June 8, 2025, 10:50 a.m.