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

Deal with lists in columns? #10

Closed
ShanEllis opened this issue May 25, 2017 · 4 comments
Closed

Deal with lists in columns? #10

ShanEllis opened this issue May 25, 2017 · 4 comments

Comments

@ShanEllis
Copy link
Contributor

How should we handle summarizing lists in columns?

@elinw
Copy link
Collaborator

elinw commented May 27, 2017

What kind of statistics would make sense? missing, complete, n What else?

@elinw
Copy link
Collaborator

elinw commented Jun 7, 2017

I started working on this. It really has two parts because sometimes lists are "AsIs" (if they are in dataframes) but then in tibbles they can be "list" and are structured differently. AsIs was easy to do but list is not as simple because when R sees the type "list" certain functions work differently, e.g. map versus lmap.

@elinw
Copy link
Collaborator

elinw commented Jun 8, 2017

I sent a PR for AsIs (which is what you get by using I() to store a list. #92

@elinw
Copy link
Collaborator

elinw commented Jun 17, 2017

Updated code merged.

@elinw elinw closed this as completed Jun 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants