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

Add custom print method for data.frames #54

Open
nathaneastwood opened this issue Nov 17, 2020 · 0 comments
Open

Add custom print method for data.frames #54

nathaneastwood opened this issue Nov 17, 2020 · 0 comments
Labels
feature request New feature or request

Comments

@nathaneastwood
Copy link
Owner

Something similar to how {data.table} or {tibble} works, probably with options too. Some option ideas:

  • Turn off custom print method and just use base::print.data.frame()
  • Number of columns/rows
  • Print row names or just print 1:n
  • Column types
  • Total dims
  • Max rows, min rows
@nathaneastwood nathaneastwood added the feature request New feature or request label Nov 17, 2020
@nathaneastwood nathaneastwood changed the title [FEAT] Add custom print method for data.frames Add custom print method for data.frames Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant