I have a script that generates anywhere between 2 and 30 plot arrangements based on the input data, which will constantly change. How do I tell Markdown to get all of the plots and output them?
Any help, or even a hint as to what direction to begin my search with, would be greatly appreciated!!
Thank you for the response! I have moved the entire code into a chunk in the R-Markdown document, but print() is only sending text to the PDF, when I try to use "print(figure)" to print the gg-arrangement nothing appears in the Markdown-generated PDF.