You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the last functions so users won't need to use modify_table_styling()
Bolding/Italicizing within the table body
Missing symbol specification
Gut any remaining "work" being done in modify_table_styling() and migrate the code to individual functions (I think this only applies to column merging).
Figure out what to do with .update_table_styling(x). I think it's still helpful to have in modify_table_body(), but do we need it anywhere else?
The text was updated successfully, but these errors were encountered:
At the same time we should gut modify_table_styling() so no real work is being done in this function, and will need to investigate how to handle the use of .update_table_styling(x) in the pkg
Add the last functions so users won't need to use
modify_table_styling()
modify_table_styling()
and migrate the code to individual functions (I think this only applies to column merging)..update_table_styling(x)
. I think it's still helpful to have inmodify_table_body()
, but do we need it anywhere else?The text was updated successfully, but these errors were encountered: