Skip to contents

This function removes strings from a vector that are present in another vector.

Usage

removeString(Orig, Remove)

Arguments

Orig

The original vector containing strings.

Remove

The vector of strings to be removed from the original vector.

Value

A vector containing the strings from the original vector that were not present in the removal vector.