splitText: Simplify strsplit functionality

Description Usage Arguments

Description

splitText Loops along a string splitting text by sep and returning the element num of that split text

Usage

1
splitText(x, sep = "_", num = 1)

Arguments

x

A character vector, if not character, function coerces it to character.

sep

The character that separates values

num

The index of the split vector to return.


jtlovell/qtlTools documentation built on May 20, 2019, 3:14 a.m.