How to combine branches by mapped groups in targets ? #546
-
Hello ! I have used I have a simple design for which I can't find an answer in all the documentation and previously posted questions I read. Description of the design (all as dynamic patterns since the number of input datasets are dynamic)I have 3 datasets with different number of rows (y) in input. For each dataset I want to apply similar steps so I'm sure there is a better way to do this. Code
Current outputDesired behavior(s)
Well, any orientation towards a possible solution or discussion addressing this subject is very welcomed :) Thanks you again for all of this ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Since you have a small number of datasets and each dataset is large, I recommend using static branching over datasets and dynamic branching over rows or row groups within each dataset: https://books.ropensci.org/targets/static.html#dynamic-within-static-branching |
Beta Was this translation helpful? Give feedback.
Since you have a small number of datasets and each dataset is large, I recommend using static branching over datasets and dynamic branching over rows or row groups within each dataset: https://books.ropensci.org/targets/static.html#dynamic-within-static-branching