Skip to content
Prev 77213 / 398502 Next

Apply a function for each Row

A small catch:  Marc wants to apply the function to rows of a data frame,
but apply() expects a matrix or array, and will coerce to such if given a
data frame, which may (or may not) be problematic...

Andy