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

Rectangular output and column information #2

Open
arnold-c opened this issue Aug 11, 2021 · 1 comment
Open

Rectangular output and column information #2

arnold-c opened this issue Aug 11, 2021 · 1 comment

Comments

@arnold-c
Copy link

{paint} looks like a pretty neat solution to the problems you highlight, so thanks for making it. I was wondering if it would be enhanced by adding 2 features that could be used as arguments in paint() (with default value FALSE)?

  • Rectangular output
    • Similar to print() etc, but maintaining the variables per row structure
    • Could make it easier for some to match values across variables
  • Information about the variables
    • For example, below the data using a similar structure, display the levels of factors
@MilesMcBain
Copy link
Owner

Thanks for the ideas @arnold-c

I assume you mean rectangular output in transposed form with columns running left to right and rows running top to bottom? I probably won't do this. Since I didn't start out with this intention things in the package are very much geared to writing each column independently.

Variable information is interesting. I'd probably break that out into a separate method for starters, then maybe create a super paint that does data structure and a variable information summary.

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

2 participants