Man pages for vapniks/mergeutils
Functions to aid merging and checking disparate data

checkDFPerform sanity checks on a dataframe.
checkVarPerform sanity checks on a single variable.
colwise2Like 'colwise', but the returned function will return...
complete.cases2Find complete cases/rows of data.frame with respect to a set...
contentsFind contents of variables/factors - either "numeric",...
doDFchecksPerform multiple sets of predefined tests on a dataframe
dupsBetweenDFsFind rows that are duplicated across dataframes
dupsBetweenGroupsFind rows of dataframe that are duplicated between groups...
is.character.contentsTest if contents of vector or factor are character/string...
is.logical.contentsTest if contents of vector or factor are logical (TRUE/FALSE)...
is.numeric.contentsTest if contents of vector or factor are numeric values.
lsapplyApply function to objects in environment matching pattern and...
matchByDistanceMatch elements of one set with closest elements of another...
matchStringsMatch strings in A with strings in B
merge_utils-packageFunctions to aid merging disparate datasets
multimergeMerge multiple dataframe by common columns.
numUniqueReturn the number of unique elements of x (excluding NA &...
recodeAsRecode unique values of one variable to match unique values...
recodeDFRecode collection of variables so that they all have the same...
recodeDFasRecode variables in dataframe to match codes in another...
recodeMatchesRecode values of variable/factor matching patterns
recodeReverseRecode an ordered variable by reversing the codes.
unfactorConvert factors into numeric/character/logical vectors.
uniqueNotNALike 'unique' but omits NA's or NaN's, suppresses warnings,...
vapniks/mergeutils documentation built on May 3, 2019, 4:33 p.m.