laply
for R is part of what package?
I get:
\"Error: could not find function \"laply\"\".
Thanks.
Try typing:
?lapply
And you'll see at the top of the documentation:
package:base
The message "Could not find function laply" is not surprising if, as here, you mis-spelled it with one "p", instead of two.
EDIT: as others pointed out, the plyr package provides laply; you need to clarify your question.