track_changes {clickR} | R Documentation |
track_changes
Description
Gets a data.frame with all the changes performed by the different fix functions
Usage
track_changes(x, subset)
Arguments
x |
A data.frame |
subset |
Logical expression for subsetting the data.frame with the changes |
Examples
mydata<-data.frame(Dates1=c("25/06/1983", "25-08/2014", "2001/11/01", "2008-10-01"),
Dates2=c("01/01/85", "04/04/1982", "07/12-2016", NA),
Numeric1=rnorm(4))
mydata <- fix_dates(mydata)
mydata
track_changes(mydata)
[Package clickR version 0.9.39 Index]