Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidhodge931 opened this issue Feb 26, 2024 · 0 comments
Assignees

Comments

@davidhodge931
Copy link

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 davidhodge931 changed the title Could a gt table default to converting all unspecified colnames to snakecase::to_sentence_case? Could a gt table default to converting all unspecified colnames to snakecase::to_sentence_case? Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants