Learn R Programming

⚠️There's a newer version (0.2.21) of this package.Take me there.

DataCombine (version 0.1.5.2)

R tools for making it easier to combine and clean data sets.

Description

R tools for combining and cleaning data sets, including filling in missing observations with data from another data frame.

Copy Link

Version

Install

install.packages('DataCombine')

Monthly Downloads

90

Version

0.1.5.2

License

GPL (>= 2)

Maintainer

Christopher Gandrud

Last Published

June 4th, 2013

Functions in DataCombine (0.1.5.2)

DropNA

Drop rows from a data frame with missing values on a given variable(s).
shift

A function for creating lag and lead variables.
slide

A function for creating lag and lead variables, including for time-series cross-sectional data.
MoveFront

Move variables to the front of a data frame.
FillIn

A function for filling in missing values of a variable from one data frame with the values from another variable.