RevolutionAnalytics / plyrmr

38 stars 31 forks source link

what happen to output format when an expression requires two jobs` #33

Closed piccolbo closed 10 years ago

piccolbo commented 10 years ago

it should delay the format change to the last job, but I don't think that's what happens

piccolbo commented 10 years ago

this works

as.data.frame(output(transmute(ungroup(transmute(group(input(mtcars), cyl, carb), mmpg = mean(mpg)), cyl), max(mmpg)), format = "csv"))

checked that the first job outputs native by debugging mr.local