Re: [R] Identifying Package for Function

2011-09-22 Thread Rich Shepard
On Fri, 23 Sep 2011, Michael Sumner wrote: Do you perhaps mean ?droplevels, as mentioned in See Also of subset help? Yep. Mis-translation between the help page and the working page. Mea culpa! Rich __ R-help@r-project.org mailing list https://st

Re: [R] Identifying Package for Function

2011-09-22 Thread B77S
Where is dropvalue(s) mentioned? > ?subset subset: logical expression indicating elements or rows to keep: missing values are taken as false. select: expression, indicating columns to select from a data frame. drop: passed on to ‘[’ indexing operator. ...: further arg

Re: [R] Identifying Package for Function

2011-09-22 Thread Michael Sumner
Do you perhaps mean ?droplevels, as mentioned in See Also of subset help? Otherwise, where exactly do you see 'dropvalues' referred to? Cheers, Mike. On Fri, Sep 23, 2011 at 9:08 AM, Rich Shepard wrote: >  While reading ?subset I'm referred to learn about dropvalues() as a > following operation

[R] Identifying Package for Function

2011-09-22 Thread Rich Shepard
While reading ?subset I'm referred to learn about dropvalues() as a following operation. Yet, when I issue ?dropvalue I see, "No documentation for '?dropvalues' in specified packages and libraries:". How do I identify the library/package that contains a specific function such as, in this case