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

data_frame() returns a data.frame #1151

Closed
jennybc opened this issue May 20, 2015 · 0 comments
Closed

data_frame() returns a data.frame #1151

jennybc opened this issue May 20, 2015 · 0 comments

Comments

@jennybc
Copy link
Member

jennybc commented May 20, 2015

This is a minor issue but I discovered it in testing something else. If you use data_frame() to make a zero row, zero column tbl_df … instead, you get a data.frame back.

> class(data_frame(a = 1:5, b = a * 2))
[1] "tbl_df"     "tbl"        "data.frame"

> class(data_frame())
[1] "data.frame"
kevinushey added a commit to kevinushey/dplyr that referenced this issue May 20, 2015
@hadley hadley closed this as completed in 4221789 Aug 24, 2015
hadley added a commit that referenced this issue Aug 24, 2015
…stency

ensure 'data_frame' returns 'tbl_df' (closes #1151)
krlmlr pushed a commit to krlmlr/dplyr that referenced this issue Mar 2, 2016
krlmlr pushed a commit to krlmlr/dplyr that referenced this issue Mar 2, 2016
…ype-consistency

ensure 'data_frame' returns 'tbl_df' (closes tidyverse#1151)
@lock lock bot locked as resolved and limited conversation to collaborators Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant