breakstr: Split delimited strings

Description Usage Arguments

View source: R/breakstr.r

Description

breakstr splits strings by the given delimiter and returns a data_frame. Lines that do not fit the correct number of columns are omitted.

Usage

1
breakstr(strings, pattern = ",", ncol = NULL)

Arguments

strings

character array of strings to be split

pattern

delimiter at which to split strings

ncol

number of columns. NULL will determine by the median number of columns found in strings


benfasoli/uataq documentation built on Sept. 27, 2021, 9:29 p.m.