In R Bookdown I have generated a list
of plots (ggplots). I want to show them all, so I just write the name of the variable
ListOfPlots
But I get the names of the list like
#
# ListOfPlots$plot1
(Plot 1)
#
# ListOfPlots$plot2
(Plot 2)
How can I avoid the text?