colmatch: Return matching or missing columns between two objects.

View source: R/utils.R

colmatchR Documentation

Return matching or missing columns between two objects.

Usage

colmatch(x,y,match = F, join = F)

Arguments

x

a dataframe or other object with named columns

y

a dataframe or other object with named columns

match

whether or not to return matching columns as opposed to missing columns. Default = F

join

wether or not to return simplified results for use in functions such as left_join()

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) 
{
  }

ctdenney/OGFLtools documentation built on Feb. 8, 2023, 5:47 p.m.