[R extract field from list of lists] #R #functional
##get specific field from list of list names <- unlist ( lapply( mle, function(x){x$name} ))