October 2017
Beginner to intermediate
236 pages
7h 38m
English
The following are the steps for this recipe:
Here's the R code corresponding to the preceding steps:
xdfFile <- file.path(getwd(), "USAirlines2016.xdf") rxDataStep(inData = xdfFile, outFile = xdfFile, transforms = list(binDelay = ifelse(DEP_DELAY>0,1,0)), overwrite = TRUE)