Seems like a basic question and perhaps I\'m just missing something obvious ... but is there any way to pluck a sublist (with purrr)? More specifically
pluck
purrr
Similar to jzadra's post, you could also do:
l %>% keep(names(.) %in% c("a","b"))