R/nthelementoflists.R

Defines functions nthelementoflists

#' @export

nthelementoflists <- function(lst, n){
  sapply(lst, `[`, n)
}
TWilliamBell/angler documentation built on March 31, 2022, midnight