Skip to contents

Contrast Redundant Characters

Usage

contrast(long, short)

Arguments

long

<character> vector

short

<character> vector

Value

<character> vector

Examples

contrast(
   long = c("39550", "92083", "C5274"),
   short = c("3", "5", "M", "U"))
#> [1] "92083" "C5274"