list2mat | R Documentation |
list to matrix
list2mat(x)
x |
list |
matrix
x <- list(roundfruit = c('apple', 'orange'), redfruit = c('apple', 'strawberry'))
list2mat(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.