.filterBy | R Documentation |
Filter several parameters for elements, that match to a given name in a given param
.filterBy(name, param, ...)
name |
character; matching value |
param |
character; in which param in ... |
... |
several parameters |
list with only matching elements of all parameters
Internal function only for convenience
po=c("match","not","some","other","match") prop=c(1,2,3,4,5) dep=c("bla","blubb","bla","blubb","bla") map=list("BLA","BLUBB","BLA","BLUBB","BLA") RCX:::.filterBy("match", "po", po, prop, dep, map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.