For instance, if I wanted four top-ten lists side-by-side and they were ggplots I could do this through patchwork...
p_ttl_cases | p_total_deaths | p_new_cases | p_new_deaths
Is there an equivalent for doing this with gt tables?
For instance, if I wanted four top-ten lists side-by-side and they were ggplots I could do this through patchwork...
p_ttl_cases | p_total_deaths | p_new_cases | p_new_deaths
Is there an equivalent for doing this with gt tables?
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.