parse_numeric_fields: parse_numeric_fields

Description Usage Arguments Value

View source: R/logfile_helpers.R

Description

parse_numeric_fields

Usage

1

Arguments

x

A single character string. This should be newline-separated. Key-Value pairs are assumed to be colon-separated and any line that is, is converted into a key-value pair.

Value

A dataframe. Contains columns "field" and "value" where the entries of value are the values found within the text x for the fields in field. The fieldnames _may_ be duplicated but are returned in the same order as they are observed in the logfile.


russHyde/reeq documentation built on March 10, 2020, 5:36 a.m.