| plot_figure | R Documentation | 
Plot RUB figure
plot_figure(df, font_family = get_font_df()[["family"]])
| df | Data Frame | 
| font_family | Character, the font family to use for all plots, defaults
to  | 
ggplot object
RUBer::df_example %>%
  dplyr::filter(
    .data[["report_nr"]] == 6L,
    .data[["figure_nr"]] == 1L
  ) %>%
  RUBer::plot_figure(
    font_family = "sans"
  )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.