Incorporate targets::pattern arg to targets in workflow where applicable.
Incorporate require arg into our functions so that they can track targets with silent outputs. This ensures that targets that are required to run do so before functions that are dependent on them.
targets::pattern
arg to targets in workflow where applicable.require
arg into our functions so that they can track targets with silent outputs. This ensures that targets that are required to run do so before functions that are dependent on them.