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

Convert factors to character in tables components? #113

Open
matt-dray opened this issue Dec 6, 2023 · 0 comments
Open

Convert factors to character in tables components? #113

matt-dray opened this issue Dec 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@matt-dray
Copy link
Collaborator

matt-dray commented Dec 6, 2023

Users provide dataframes to the tables argument of create_a11ytable(). I don't think there's any handling of factor-class columns.

  1. Check if factor-class columns break anything.
  2. If yes, likely need to coerce those columns to character (may need to handle 'numeric-looking columns' differently to 'character-looking columns').
  3. Test.

Might be linked to #110.

@matt-dray matt-dray added the enhancement New feature or request label Dec 6, 2023
@matt-dray matt-dray changed the title Convert factors to character in tables components Convert factors to character in tables components? Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant