Applies a Pro Football Focus (PFF)-inspired theme to a GT object.
This function styles a GT object with a look inspired by Pro Football Focus tables, supporting custom spanners, dividers, and rank column highlighting.
Parameters
gt:GT
An existing GT object.
divider:str | None=None
Zero or more column names to visually divide with a preceding border.
spanners:list[str] | None=None
Optional list of spanners to style, as referenced by the GT spanner ids.
rank_col:str | None=None
Optional single column name to highlight as a rank column.
Returns
:GT
The themed GT object, allowing for method chaining.