Skip to content

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.

Clone this wiki locally