noMatch: Get names in source present in target

View source: R/importFuns.R

noMatchR Documentation

Get names in source present in target

Description

Function for identifying which characters in a source vector are present in a target vector. Used to identify which columns don't match in database table and data column names.

Usage

noMatch(source_vec, target_vec)

Arguments

source_vec

Character vector to check if present in target.

target_vec

Character vector to check if source elements are present in.

Value

Elements of source vector not present in target.


paulhegedus/OFPE documentation built on Nov. 23, 2022, 5:09 a.m.