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 ...
-
May 31, 2022
- 0 Comments