Description Usage Arguments Value Examples
removes elements out of a list
1 |
names |
Names of elements that should be removed. |
data |
A list that contains named elements which should be removed. |
A list without removed columns.
1 | remove.list.elements(list(x="X",y="Y",z="Z",w="W"),c("x","z"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.