slzdevsnp
9/30/2012 - 10:25 PM

[R extract field from list of lists] #R #functional

[R extract field from list of lists] #R #functional

##get specific field from list of list

names <- unlist ( lapply( mle, function(x){x$name} ))