-
Notifications
You must be signed in to change notification settings - Fork 16
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
Create collapse_table, expand_table functions #37
Comments
Collapsing a |
- Add .column_indices and .collapse_table function (issue #37).
- Add first .collapse_table version (issue #37).
I think I am looking for something similar in the database. It is basically a generalize way to do the synonyms nested column right? My use case is that I have a list of compounds but only their name and CAS. I will retrieve the structure from databases but I get multiple hits for each CAS. So I want to save the possible structures and curate them from there. I think you could use df %>% tidyr::chop(-A) instead of Alternative there is also |
Thanks. I will look into this. |
Create functions that allow to collapse or expand a
data.frame
keeping unique values in some columns andlist
of elements in the other.The text was updated successfully, but these errors were encountered: