gt icon indicating copy to clipboard operation
gt copied to clipboard

Could a gt table default to converting all unspecified colnames to `snakecase::to_sentence_case`?

Open davidhodge931 opened this issue 11 months ago • 0 comments

The logic would be that generally column names as is always need to be adjusted.

If there was a default snakecase::to_sentence_case function applied, then some columns would not need to be adjusted - saving some typing and effort.

Currently it does this image

I would prefer the same code output this image

davidhodge931 avatar Feb 26 '24 08:02 davidhodge931