split_and_trim {roxytypes}R Documentation

Split and trim a string

Description

Split and trim a string

Usage

split_and_trim(x)

Arguments

x

(character[1]) A string to split into lines and trim.

Value

(x: character) A character vector of trimed lines.


[Package roxytypes version 0.1.2 Index]