str2list | R Documentation |
In the character string, '|' separates items inside a vector; '||' separates vectors.
str2list(x)
x |
(character) a character string |
(list of character vectors)
This is an internal function used in rmdTable
so that header
and footer
can accept character string.
rmdTable
str2list("A | A | C | C || A | A | C1 | C2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.