R/qui_nom.R

Defines functions qui_nom

# compare les noms presents dans deux vecteurs et les identifie
#
qui_nom <- function(nomcompl = nomcompl, nom = nom){
  loc = c(nom, nomcompl)
  return(which(duplicated(loc))-length(nom))
}

Try the CorReg package in your browser

Any scripts or data that you put into this service are public.

CorReg documentation built on Feb. 20, 2020, 5:07 p.m.