comcomcol: COMpare COMmon COLumns of multiple dataframes

Description Usage Arguments Author(s)

Description

This function will count and print the number of common columns of given dataframes and check consistency of additional values. Comparison is based on colnames. For single dataframes the output is per default a representation of 'lapply(<dataframe>, class)' (formatted as a dataframe).

Usage

1
comcomcol(..., custom_fun = class, freq_only = FALSE, freq_sort = TRUE)

Arguments

...

Objects of class data.frame.

custom_fun

object of class function. 'comcomcol' acts as a functional and takes another function as input (wrapper for lapply). Specify any function for comparison. Default is 'class'.

freq_only

Logical. Specify if custom_fun should be included.

freq_sort

Logical. Specify if output should be sorted according to frequency of common columns.

Author(s)

Frederik Sachser


sachserf/datawoman documentation built on May 7, 2019, 11:15 a.m.