rmvel: Remove elements from a vector or list

Description Usage Arguments Details Value Author(s) Examples

Description

rmvel removes specified elements from a vector or list.

Usage

1
rmvel(x, ...)

Arguments

x

the original data

...

elements that should be removed

Details

This function is primariy intended for integers and character literals. Doubles are not specifically treated.

Value

A vector or list with the specified elements being removed.

Author(s)

Dominik Mueller

Examples

1
rmvel(list(5, 7, 'hi'), 'hi', 7, 90)

DominikMueller64/dmisc documentation built on May 6, 2019, 2:52 p.m.