common_names: common_names

Description Usage Arguments Value

View source: R/common_names.R

Description

Look for commons initials between two names

Usage

1
2
3
4
5
6
7
common_names(
  name1,
  name2,
  order = TRUE,
  threshold = 1,
  r_letters = c(K = "C", W = "V", Y = "I", Z = "S")
)

Arguments

name1

vector of strings

name2

vector of strings

order

if TRUE, initials should be in the same ordre

Value

character vector of correspondances betweens initiales of the two names


AurelieFrechet/neaReastName documentation built on Jan. 31, 2021, 12:41 a.m.