dbosak01 / sassy

A meta-package for providing SAS®-like functionality to R.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

Bold font for spanning_header #31

Closed crow16384 closed 1 year ago

crow16384 commented 1 year ago

Hello!

I would like to have bold face font for spanned header too, but can't figure out the way. Suggest a bug.

I did: tbl <- create_table(out_example, first_row_blank = TRUE, borders = c("top", "bottom"), header_bold = TRUE) |> spanning_header(from = Placebo, to=Drug 160 mg, "Day XXX")....

Header is not in bold, but all other header strings are.

dbosak01 commented 1 year ago

Yes, you are right. Looks like I forgot to add this feature. Will get to it soon.

crow16384 commented 1 year ago

Thank!

dbosak01 commented 1 year ago

I put a "bold" parameter on the spanning_header() function. So you can control them individually.

crow16384 commented 1 year ago

Thanks!

7 марта 2023 г., в 16:29, David J. Bosak @.***> написал(а):

Closed #31 https://github.com/dbosak01/sassy/issues/31 as completed.

— Reply to this email directly, view it on GitHub https://github.com/dbosak01/sassy/issues/31#event-8685840399, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3NVYC3255B6AF5ZJM4B7L3W24ZZZANCNFSM6AAAAAAVHAHWIA. You are receiving this because you authored the thread.