How can the dev tag be edited to be like the plot of this first image in an R markdown file
[output of the code below; bar plot and image side by side (https://i.sstatic.net/YjH5WNsx.png) Exhaustion & Burnout (Burned Out) {.tabset data-width=”650″} Burned out by the volumne of in-basket messages handled (Intervention Sites) create_bar_plot(staff_intervention_data, “Burned Out”, “Role”) `{r, fig.height=3.5} library(htmltools) create_table(staff_intervention_data, “Burned Out”) %>% as_raw_html() %>% div(style = “margin-top: -320px; margin-left: 288px;”)` #This code below shows the […]