Programming, r IT Nursery Access lapply index names inside FUN Is there a way to get the list index name in my lapply() function? n = names(mylist) lapply(mylist, function(list.elem) { cat("What is the name of this list element?\n" })... May 31, 2022 0 Comments