-
@JonTheGeek @dgkeyes @kierisi @apreshill @jent103 I am trying to follow the practice of labeling each step 01-step1.rmd and 02-step2-rmd. Sometimes if there is not output from my script, I will put code in an R script and call it from a main Rmd. I haven't worked with parent/child Rmds but that also seems a good solution as well
-
@JonTheGeek @dgkeyes @kierisi @apreshill @jent103 My one issue with this approach is when I have to iterate upstream steps due to downstream issues. It makes it a little hard to keep the workflow consistent.