without: Remove certain elements from a vector

Description Usage Arguments Value Author(s) Examples

Description

Remove the elements in table from s

Usage

1
x %without% table

Arguments

x

Vector

table

Elements to remove from x

Value

x without the elements of table

Author(s)

Romain Francois <francoisromain@free.fr>

Examples

1
  letters %without% "a"

operators documentation built on May 2, 2019, 6:48 p.m.