DataCombine

R tools for combining and cleaning data sets.


Project maintained by christophergandrud Hosted on GitHub Pages — Theme by mattgraham

DataCombine

Christopher Gandrud

Version 0.2.18 Build StatusCRAN VersionCRAN Downloads

Please report any bugs or suggestions at: https://github.com/christophergandrud/DataCombine/issues.

Motivation and Functions

DataCombine is a set of miscellaneous tools intended to make combining data sets--especially time-series cross-section data--easier. The package is continually being developed as I turn lines of code that I frequently use into single functions. It currently includes the following functions:

Updates

I will continue to add to the package as I build data sets and run across other pesky tasks I do repeatedly that would be simpler if they were a function.

Installation

DataCombine is on CRAN.

You can also install the most recent stable version with install_github from the devtools:

devtools::install_github('christophergandrud/DataCombine')