How do I use for loops to build multiple charts in FlexDashboard

With the given tibble:

Title          Data
Chart 1     <tibble>
Chart 2     <tibble>
Chart 3     <tibble>

How do i use for loop to construct a FlexDashboard markdown file that looks like this?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.