compare_vectors: Compare Vectors and Highlight Differences

View source: R/run_geelite.R

compare_vectorsR Documentation

Compare Vectors and Highlight Differences

Description

Compares two vectors and indicates added ('+') and removed ('-') values.

Usage

compare_vectors(vector_1, vector_2)

Arguments

vector_1

[mandatory] (character or integer) First vector to compare.

vector_2

[mandatory] (character or integer) Second vector to compare.

Value

A vector showing added and removed values marked with '+' and '-'.


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.