Skip to content
Prev 302053 / 398503 Next

apply function over same column of all objects in a list

I'm a little confused on your data structure -- can you use dput() as
described here [1] to give a small reproducible example?

http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

Michael
On Wed, Aug 1, 2012 at 10:38 AM, gail <ortoga-r at yahoo.de> wrote:
Possibly

max(unlist(list1))

if I understand you correctly.