commoncol: Find Common Column Names

Description Usage Arguments Value

Description

Used to find common column names of two data frames. Useful for large data sets

Usage

1
commoncol(x, y, join = FALSE)

Arguments

x

data frame

y

data frame

join

Logical, augments the return. Default set to FALSE. Still a work in progress

Value

If join = FALSE this will return character string vector of the common names. If join = TRUE this will try to return character string in format used for innerjoin.


jtlandis/justinmisc documentation built on May 25, 2019, 8:18 a.m.