I would like to create an automated knitr report that will produce histograms for each numeric field within my dataframe. My goal is to do this without having to specify the
Wish to add a quick note: Somehow I googled the same question and get into this page. Now in 2018, just use print() in the loop.
print()
for (i in 1:n){ ... f <- ggplot(.......) print(f) }