Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

iteration = "group" is meant for non-dynamic targets. It controls how a single data frame target is split into row groups for downstream dynamic targets. Because grouped_row is already dynamic with pattern = map(grouped_row), the target is already split into branches, and iteration = "group" no longer makes sense. So I recommend removing pattern = map(grouped_row) from grouped_row and keeping iteration = "group". As long as iteration is "vector" (default) for unnested_row, the branches of unnested_row will be automatically aggregated into a data frame. This should be fine in your example because things don't get demanding on memory or computation until the over_rows target.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wlandau
Comment options

@lunafazio
Comment options

@wlandau
Comment options

Answer selected by lunafazio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants