-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
now i need flatten #12
Comments
can we actaully copy the C code over (from purrr flatten)? |
@mllg +10 this a) b)
i dont necessarily want the code from purrr but i want a reliable operation |
What is wrong with (b)? You want use.names = false? |
What is wrong with b) is the element name change. Use.name to F does not work that drops all names incl. x |
i want to peel off exactly one level of a list of list
so this should be
x = list(list(iris[1:2,]), list(iris[1:2,]))
list(iris[1:2,], iris[1:2,])
The text was updated successfully, but these errors were encountered: