comcomcol | R Documentation |
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).
comcomcol(..., custom_fun = class, freq_only = FALSE, freq_sort = TRUE)
... |
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. |
Frederik Sachser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.