Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.2.21) of this package.
Take me there.
DataCombine (version 0.1.3)
R tools for making it easier to combine and clean data sets.
Description
R tools for combining data sets, including filling in missing observations with data from another data frame.
Copy Link
Link to current version
Version
Version
0.2.21
0.2.20
0.2.19
0.2.18
0.2.9
0.2.8.3
0.2.7.1
0.2.2
0.1.26
0.1.24
0.1.23
0.1.17
0.1.13
0.1.12
0.1.11
0.1.10
0.1.8
0.1.6
0.1.5.2
0.1.3
Install
install.packages('DataCombine')
Monthly Downloads
90
Version
0.1.3
License
GPL (>= 2)
Maintainer
Christopher Gandrud
Last Published
May 16th, 2013
Functions in DataCombine (0.1.3)
Search all functions
MoveFront
Move a variable 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.
DropNA
Drop rows from a data frame with missing values on a given variable(s).