Hi Luis,
help("?") will tell you that the usage is
?topic
and that topic is "Usually, a name or character string specifying the
topic for which help is sought."
Since there is no plyr topic or function, you don't get any results from ?plyr.
You can use
help(package="plyr")
to get the package documentation.
Best,
Ista
Alternatively, a function call to ask for documentation on a
corresponding S4 method: see the section on S4 method documentation.
The calls pkg::topic and pkg:::topic are treated specially, and look
for help on topic in package pkg.
> --
> You received this message because you are subscribed to the Google Groups
> "manipulatr" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/manipulatr/-/xlQRCEdaX_MJ.
> To post to this group, send email to
manip...@googlegroups.com.
> To unsubscribe from this group, send email to
>
manipulatr+...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/manipulatr?hl=en.