checkDF | Perform sanity checks on a dataframe. |
checkVar | Perform sanity checks on a single variable. |
colwise2 | Like 'colwise', but the returned function will return... |
complete.cases2 | Find complete cases/rows of data.frame with respect to a set... |
contents | Find contents of variables/factors - either "numeric",... |
doDFchecks | Perform multiple sets of predefined tests on a dataframe |
dupsBetweenDFs | Find rows that are duplicated across dataframes |
dupsBetweenGroups | Find rows of dataframe that are duplicated between groups... |
is.character.contents | Test if contents of vector or factor are character/string... |
is.logical.contents | Test if contents of vector or factor are logical (TRUE/FALSE)... |
is.numeric.contents | Test if contents of vector or factor are numeric values. |
lsapply | Apply function to objects in environment matching pattern and... |
matchByDistance | Match elements of one set with closest elements of another... |
matchStrings | Match strings in A with strings in B |
merge_utils-package | Functions to aid merging disparate datasets |
multimerge | Merge multiple dataframe by common columns. |
numUnique | Return the number of unique elements of x (excluding NA &... |
recodeAs | Recode unique values of one variable to match unique values... |
recodeDF | Recode collection of variables so that they all have the same... |
recodeDFas | Recode variables in dataframe to match codes in another... |
recodeMatches | Recode values of variable/factor matching patterns |
recodeReverse | Recode an ordered variable by reversing the codes. |
unfactor | Convert factors into numeric/character/logical vectors. |
uniqueNotNA | Like 'unique' but omits NA's or NaN's, suppresses warnings,... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.