get_common_elements {clustifyr}R Documentation

Find entries shared in all vectors

Description

return entries found in all supplied vectors. If the vector supplied is NULL or NA, then it will be excluded from the comparision.

Usage

get_common_elements(...)

Arguments

...

vectors

Value

vector of shared elements


[Package clustifyr version 1.6.0 Index]