rtables icon indicating copy to clipboard operation
rtables copied to clipboard

Is there a way to bold row labels for html tables?

Open anajens opened this issue 4 years ago • 0 comments

Viewer has the argument row.names.bold which does not seem to be in use right now. I'm wondering if there is an alternative simple way to add the markup? For example, with ** My Label **

basic_table() %>%
  split_cols_by("ARM") %>%
  analyze("AGE", show_labels = "visible", var_labels = "** AGE **") %>%
  build_table(ex_adsl)

anajens avatar Jun 17 '21 02:06 anajens