Description Usage Arguments Details Value Author(s) See Also Examples
Convert a vector of hyphenated names into a character matrix with 2 columns containing the names split in each row.
1 | vec2mat2(x, sep = "-")
|
x |
Vector of hyphenated names |
sep |
"strsplit" character to apply to names(x). |
If each element of x does not contain exactly 1 "sep" character, an error is issued.
A character matrix with rownames = x and with the character string preceeding the "sep" character in the first column and the character string following the "sep" character in the second column.
Spencer Graves
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.