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
Each {gtsummary} function that assists in creating/modifying tables added {gt} code to a list called gt_calls. This list contains one command per entry. For example:
Each command is stored as a string, but think this is not best practices. Probably, each of the commands should be stored as a quoted expression using quote() or rlang::expr()? Look into updating this.
The text was updated successfully, but these errors were encountered:
Each {gtsummary} function that assists in creating/modifying tables added {gt} code to a list called
gt_calls
. This list contains one command per entry. For example:Each command is stored as a string, but think this is not best practices. Probably, each of the commands should be stored as a quoted expression using
quote()
orrlang::expr()
? Look into updating this.The text was updated successfully, but these errors were encountered: