laply is part of what package in R?

后端 未结 4 1459
感动是毒
感动是毒 2021-01-17 08:24

laply for R is part of what package?

I get:

 \"Error: could not find function \"laply\"\".

Thanks.

4条回答
  •  梦毁少年i
    2021-01-17 08:46

    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.

提交回复
热议问题