list_remove {metasnf} | R Documentation |
Remove items from a data_list
Description
Removes specified elements from a provided data_list
Usage
list_remove(list_object, ...)
Arguments
list_object |
The data_list containing components to be removed |
... |
Any number of components to remove from the list object, passed as strings |
Value
A "list"-class object in which any specified elements have been removed.
[Package metasnf version 1.1.2 Index]