Closed kaizadp closed 5 years ago
I'd move the code into Markdown, personally. Happy to help/demo this if useful. You definitely don't want code in more than one place!
I've played with Markdown a little, so I think I know what I'm doing. I'll try it and see how it goes. Thanks
@bpbond For output graphs, I work on the code in an R file (e.g.
6-fticr_pores_output.R
).To move it into Markdown, would you recommend (a) copying the code into Markdown, or (b) sourcing the R file and then
print
ing the figures as needed? Or (c) just working in Markdown from the start? I don't want to end up with two different versions if I tweak the code in one place.