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

when (pretty) pring a DT add extra space between columns if colnames contain spaces #1319

Closed
jan-glx opened this issue Sep 9, 2015 · 1 comment
Milestone

Comments

@jan-glx
Copy link
Contributor

jan-glx commented Sep 9, 2015

For example, I find

        #ID(s) interactor A  ID(s) interactor B  Alt. ID(s) interactor A  Alt. ID(s) interactor B
     1:            unipr...            unipr...                 intac...                 intac...
     2:            unipr...            intac...                 intac...                 intac...
     3:            unipr...            intac...                 intac...                 intac...
     4:            unipr...            intac...                 intac...                 intac...
     5:            intac...            unipr...                 intac...                 intac...

much more readable than

        #ID(s) interactor A ID(s) interactor B Alt. ID(s) interactor A Alt. ID(s) interactor B
     1:            unipr...           unipr...                intac...                intac...
     2:            unipr...           intac...                intac...                intac...
     3:            unipr...           intac...                intac...                intac...
     4:            unipr...           intac...                intac...                intac...
     5:            intac...           unipr...                intac...                intac...
@MichaelChirico
Copy link
Member

This could be handled by quote = TRUE, though it's worth noting that base doesn't fix this problem.

@mattdowle mattdowle added this to the v1.10.6 milestone Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants