Description Details Author(s) References See Also
This package contains various functions for checking data, recoding variables, and merging dataframes.
Package: | mergeutils |
Type: | Package |
Version: | 1.0 |
Date: | 2014-07-17 |
License: | GNU GPLv3 |
This package is useful when you have to merge together several different data sources. You can make sure the variables are coded consistently across dataframes using the various recode functions: recodeMatches, recodeAs, recodeDF, and recodeDFas. Then you can merge them together using multimerge which allows some flexibility in which rows are included for each dataframe. Then you can check your results using the checkVar and checkDF functions. You can also check for duplicate rows across dataframes using the dupsBetweenDFs function. There are also some utility functions such as colwise2 (a variation of the plyr function colwise), unfactor (turn a factor into a numeric/character vector), matchStrings (find nearest matches from one set of strings to another).
Joe Bloggs
Maintainer: Who to complain to <vapniks@yahoo.com>
http://www.cookbook-r.com/Manipulating_data/Comparing_data_frames/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.