Tom Mock 3/7/2021

Creating a custom gt function for aligning first-row text and testing it with testthat

Read Original

This technical article details the process of creating a custom function for the R gt package to add a symbol only to the first row of a column while maintaining proper alignment. It covers the problem, a gt-only solution, building a reusable function, and testing the output with the testthat package for reliable table formatting.

Creating a custom gt function for aligning first-row text and testing it with testthat

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week