Skip to contents

Function that checks whether a set of column names are present in two different data frames

Usage

check_common_colnames(df1 = NULL, df2 = NULL, cnames = NULL)

Arguments

df1

data frame 1

df2

data frame 2

cnames

character vector with column names to be check for presence

Value

existing_common_columns T/F