read_text_lines: Split and trim new-line-delimited string of values

Description Usage Arguments Value Examples

Description

Split and trim new-line-delimited string of values

Usage

1

Arguments

x

a string with values separated by newlines

Value

a character vector of values split at newlines and with leading and trailing spaces removed

Examples

1
read_text_lines("a\n  b  \nc    ")

tjmahr/adventofcode17 documentation built on May 30, 2019, 2:29 p.m.