powered by
Convenience function that mirrors purrr::pluck().
purrr::pluck()
c_l(...)
A lens that combines all specified lenses (left to right).
A sequence of lenses and/or integers/logical vectors
d <- list(a = list(b = 1, c = 2), b = list(b = 3, c = 4)) l <- c_l("a", "b") view(d, l)
Run the code above in your browser using DataLab