-
Help
DescriptionHi! Context:
Furthermore, I use the SLURM scheduler and set appropriate resource requirements for each target. Problem: So in short, does anyone know of a way to acess the current values in a tar_map tibble from within the resources-field in the targets within the static branching? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you have only 2 sets of resources, you could split those targets into 2 different |
Beta Was this translation helpful? Give feedback.
If you have only 2 sets of resources, you could split those targets into 2 different
tar_map()
calls. Or, to map over different resource sets, you could usetar_eval()
: https://books.ropensci.org/targets/static.html#metaprogramming