# create treatment prescribed table for reporting month and year
create_rmd_table(x = list(data$month_df,
                          data$year_df),
                 formula = table_formula,
                 include.label = FALSE,
                 simplify = FALSE,
                 max.ylev = 6,
                 column_labels = c("Reporting month(s)", "Reporting year"),
                 var_names = "Regimen")


JayAchar/hisreportr documentation built on March 18, 2020, 5:57 a.m.