toString_to_characterString: Split a long delimted string into individual strings and use...

Description Usage Arguments Value Examples

Description

Usually helpful in setting extracting levels elsewhere in the code.

Usage

1
toString_to_characterString(string, sep = ",", stripWhitespace = TRUE)

Arguments

string

Long string with delimters, may be output of 'toString'.

sep

delimiter. Default is ",".

stripWhitespace

Whether to trim whitespace on both sides of resulting strings.

Value

A string ready to constructed.

Examples

1
2
3
4

talegari/sidekicks documentation built on May 30, 2019, 8:40 a.m.