Description Usage Arguments Details
Process, Normalize, and, Consolidate Data Sets
1 2 3 4 5 6 7 8 9 |
x |
a named list of data.frames. |
collapse_on |
which variable should be collapsed on? |
collapse_name |
the variable name of the collapsed sub-data.frames. Default is the names of 'x'. |
handle_contra_vals |
if variables have contradicting values across data.frame's, then can they be handled by using the first instance of the variable in the set? (Default FALSE) See Details for more information. |
remove_equiv_columns |
should equivalent columns be remove (Default FALSE). |
keep_cols |
columns that must be kept in the returned data.frame object. |
verbose |
should extra information be provided? (Default TRUE) |
Setting 'handle_contra_vals' to TRUE should be used with extreme caution. If it is used then the contradicting value are stored as an attribute of the consolidated data.frame and can be retrieved using the function 'get_contradictions()'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.