parse_colon_separated_lines: parse_colon_separated_lines

Description Usage Arguments Details Value

View source: R/logfile_helpers.R

Description

Split each entry in a vector on the first colon. Strips flanking whitespace from what remains. Returns the left-hand-side in the column 'field' and the right-hand-side in a column 'value'.

Usage

1

Arguments

x

Vector of colon-separated values.

Details

Not exported

Value

‘tibble' with two columns: ’field' and 'value'. Any leading/trailing whitespace is trimmed off both the field and value.


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