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

pluck a property? #45

Open
aleclarson opened this issue Mar 5, 2018 · 1 comment
Open

pluck a property? #45

aleclarson opened this issue Mar 5, 2018 · 1 comment
Milestone

Comments

@aleclarson
Copy link

fun.totable(
  fun.map(
    fun.pluck('foo'),
    {{foo = 1}, {foo = 2}}
  )
) -- {1, 2}
@ligurio
Copy link
Member

ligurio commented Oct 14, 2021

Detailed description of pluck() function in R documentation - https://www.rdocumentation.org/packages/purrr/versions/0.2.5/topics/pluck.

@kyukhin kyukhin added this to the wishlist milestone Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants