Skip to content

What is the ideal way to select dynamic targets based on upstream values? #406

Closed Answered by wlandau
djbirke asked this question in Help
Discussion options

You must be logged in to vote

I think your workaround is great. You might also have a look at composable patterns, e.g. #212 and https://books.ropensci.org/targets/dynamic.html#pattern-construction. You might have to make deep copies of some of your branches, but if analysis_subset is small, then it might not be such a storage burden. Another option is dynamic-within-static branching, where you could statically branch over the parameter you want to filter on, dynamically branch over everything else, and just plot a single static branch.

Replies: 1 comment 9 replies

Comment options

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

@wlandau
Comment options

@djbirke
Comment options

@wlandau
Comment options

@djbirke
Comment options

Answer selected by djbirke
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