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_rownames enhancement #1564

Closed
zhilongjia opened this issue Dec 2, 2015 · 1 comment
Closed

add_rownames enhancement #1564

zhilongjia opened this issue Dec 2, 2015 · 1 comment

Comments

@zhilongjia
Copy link

Currently, add_rownames add rownames as an explicit variable (default rowname). Can add_rownames or another function in dplyr add rownames for data.frame or tbl if there is a column named rowname or by assigning a column? This is a reverse operation of the current add_rownames. And actually add_rownames means add rownames for its literal meaning. Though dplyr wants no rowname for data.frame, it's necessary in many cases especially interacting with other packages in R. Usually I have to add the rowname, and delete the rowname column. It's related with #884. Thank you.

@hadley
Copy link
Member

hadley commented Mar 1, 2016

Moved to tibble.

@hadley hadley closed this as completed Mar 1, 2016
@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

2 participants