compare_vectors: Compare two vectors

View source: R/compare_vectors.R

compare_vectorsR Documentation

Compare two vectors

Description

Compare the contents of two vectors. Output is a list containing three vectors: the items shared between both vectors, the items unique to vector a, and the items unique to vector b

Usage

compare_vectors(a, b)

Arguments

a

vector

b

vector

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

NRGI/nrgiR documentation built on April 3, 2022, 9:20 a.m.