Skip to contents

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.