Skip to contents

Remove Elements from a List

Usage

removeElements(x, elements)

Arguments

x

a list

elements

names of elements to remove

Value

x with elements with names given in elements being removed. User attributes of x are restored.