-
Notifications
You must be signed in to change notification settings - Fork 37
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
Customizable row metadata #260
Comments
Multiple columns could be displayed by using a compound pillar. Is it ever relevant to show metadata also on the right-hand side of the body? I think this must be a Would you like to take a stab? |
I guess in the interest of balancing extensibility with code-complexity, fixing meta display to the left would be sufficient for the time-being.
I'm happy to as time permits. This is not high priority for me right now (as for my purposes I have a hackaround in place). But as soon as I find the spare time for this, I'll have a go. |
I today finally got around to having a look at this. As discussed, as a first step, I added a I'm happy to open a PR do get a discussion going, if this is ok with you. While thinking about how to use this to achieve my original goal, I started wondering about I'm happy to elaborate on my thinking behind making The current state of row-metadata is just a first iteration. I definitely would like to play around and see how having a compound pillar as rowid would work out. For such an extension, however, if specifying a customized Happy to discuss further at your convenience. |
Thanks, let's start with a pull request. Instead of a |
The reason for asking about access to
In such cases it would be convenient if some function that contains most of the logic of |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
(moved from nbenn/prt#4)
With (greatly appreciated) extensibility being in focus with recent 'pillar' development, one thing that remains locked-down is row-metadata (currently in the form of a
seq_len()
generatedrowid
column). My feature request if two-fold (and nested):rowid-data
customizable in order to enable for example 'data.table' style printing (showinghead()
andtail()
of a table)rowid
pillar to one or more metadata columns (which all are repeated in multi-tier prints)Allowing for arbitrary meta columns would enable display of further row metadata such as partition information in a partitioned table.
The text was updated successfully, but these errors were encountered: