Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
piccolbo opened this issue Mar 26, 2014 · 1 comment
Closed

Comments

@piccolbo
Copy link
Collaborator

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

@piccolbo
Copy link
Collaborator Author

piccolbo commented Apr 4, 2014

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

@piccolbo piccolbo closed this as completed Apr 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant