str_distinct: Extract characters that differ between two strings

Description Usage Arguments Value Examples

Description

Extract characters that differ between two strings

Usage

1

Arguments

a

character vector

b

character vector

Value

character vector with strings in a that are not in b

Examples

1
2
3
4
5
6
7
## Not run: 
if(interactive()){
 str_distinct("abc", "cde")
 str_distinct("AERRRTX", "TRRA")
 }

## End(Not run)

lhmet/rinmetxls documentation built on May 28, 2019, 11:33 a.m.