Description Usage Arguments Value Examples
Usually helpful in setting extracted levels.
1 | toString_to_character(string, sep = ",", stripWhitespace = TRUE)
|
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. |
A string.
1 2 3 | concat <- toString(colnames(iris))
print(concat)
toString_to_character(concat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.