-
Notifications
You must be signed in to change notification settings - Fork 16
Munging
jeromyanglim edited this page Oct 19, 2014
·
1 revision
The following command is useful when debugging data munging code.
library(ProjectTemplate); load.project(list(munging=FALSE)) # use to debug munging file
It will import data and load packages fresh, and then I can then run the munging commands one line at a time to identify the error.