You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common workflow within a factory is to have several single-purpose Rmds with some inter-dependencies, where one report uses outputs of another one. For instance, the flow of dependencies could go:
But if we start looping over params and subfolder, this becomes a bit clunky. I think putting these info in a data.frame and looping over the rows might be something to try. Will report back when I have an example.
The text was updated successfully, but these errors were encountered:
A common workflow within a factory is to have several single-purpose Rmds with some inter-dependencies, where one report uses outputs of another one. For instance, the flow of dependencies could go:
A simple way to handle that could be having a small script at the root of the factory e.g. run_factory.R with:
But if we start looping over
params
andsubfolder
, this becomes a bit clunky. I think putting these info in adata.frame
and looping over the rows might be something to try. Will report back when I have an example.The text was updated successfully, but these errors were encountered: