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

first/last/nth should extract the value from a list #534

Closed
markfairbanks opened this issue Jul 19, 2022 · 0 comments · Fixed by #535
Closed

first/last/nth should extract the value from a list #534

markfairbanks opened this issue Jul 19, 2022 · 0 comments · Fixed by #535
Labels
bug Something isn't working

Comments

@markfairbanks
Copy link
Owner

pacman::p_load(tidytable, dplyr)

l <- list("a", "b")

nth(l, 1)
#> [1] "a"

nth.(l, 1)
#> [[1]]
#> [1] "a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant