parse_put_annotation {putior}R Documentation

Extract PUT Annotation Properties

Description

Parses a single line containing a PUT annotation and extracts key-value pairs. Supports flexible syntax with optional spaces and pipe separators.

Usage

parse_put_annotation(line)

Arguments

line

Character string containing a PUT annotation

Value

Named list containing all extracted properties, or NULL if invalid


[Package putior version 0.1.0 Index]