-
Notifications
You must be signed in to change notification settings - Fork 129
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
as_tibble inconsistencies #447
Comments
Alternatively, we could soft-deprecate |
cc @jennybc |
Current We could add a special check for vectors/matrices and e.g. show a message that points to a method that won't print that message. For vectors where we remove the names we could use |
I think the invariant of |
For names, we need to apply the same treatment to #445. |
Do we need to distinguish between plain and classed atomic vectors (e.g. from hms)? |
In |
Suggesting to deprecate |
Both should be soft-deprecations |
Does |
Something feels wrong about this change, because I see |
We wanted to do |
Agreed to retire |
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. |
I'd recommend that
as_tibble()
always treats inputs as columns as if you want rows, you can useenframe()
. Related to #205The text was updated successfully, but these errors were encountered: