-
Notifications
You must be signed in to change notification settings - Fork 55
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
Request @rsubset_rtransform #371
Comments
Current:
|
Thanks Bogumil.
I have 5 or so of these subset blocks within a larger @rtransform block. So don't want to have too many lines opening and closing each block. |
Can you do the same with a group-by? |
it does not work AFAICT. You need group-by should work, but could you please show the code and output you have in mind to make sure we are on the same page.? |
I absolutely want to implement this, ideally with the syntax
or
In the background we would have something along the lines of
This is very feasible, I just haven't written it. |
|
That's awesome Peter. Shortens the code a lot. |
Apply an @rtransform block to a restricted set of rows. Fill other rows with existing value or
missing
for new columns.The text was updated successfully, but these errors were encountered: