inverseMapping | R Documentation |
Strips the names and values of a list apart and rematches all the names that apply to each value.
inverseMapping(xList)
makeMultiMapping(xList)
xList |
a named list. |
Returns a list for the input values containing all the names that belong to each value in the input list.
makeMultiMapping
: Unlists the input and returns a data.frame with separated names and values.
Rehrauer, Hubert
Schmid, Peter
l1 = list(a=1:3, b=c(2,5), c=4:8)
inverseMapping(l1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.