| rub_table_stg | R Documentation | 
Get formatted flextable of student cases
rub_table_stg(df, label)
df | 
 Data frame with columns   | 
label | 
 Label for the first column  | 
Formatted Flextable
rub_table_stg(
  df = tibble::tribble(
    ~studiengang, ~studienfachzaehler, ~faelle,
    "Studiengang A", "1. Fach", 1,
    "Studiengang B", "2. Fach", 1
  ),
  label = "Beispieltabelle"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.