c_list | R Documentation |
Select inner elements of a list of lists, and return as a new list.
c_list(xlist, fx)
xlist |
list |
fx |
function specifing inner elements to select. Should take a single element of xlist as a parameter. |
equivalent to c(fx(xlist[[1]]), fx(xlist[[2]] ... ) across every element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.