R/tools.R

Defines functions list_get

Documented in list_get

#' function for extracting thing from list
list_get <- function(x, feature){
  unlist(lapply(x, '[[', feature))
}
petermeissner/twitterlight documentation built on May 25, 2019, 2:08 a.m.