Re: [R] how to get help for a package. Thanks!

2012-06-18 Thread Jorge I Velez
James, Try library(osmar) library(help = "osmar") HTH, Jorge.- On Mon, Jun 18, 2012 at 9:39 PM, james pruett <> wrote: > Hi, > > I installed "osmar". > Q: How do I learn what methods it contains. > > I tried > > Help, things like that > > Thanks > cellurl > >[[alternative HTML vers

Re: [R] how to get help for a package. Thanks!

2012-06-18 Thread Pascal Oettli
Hello, Search by yourself. http://cran.r-project.org/web/packages/osmar/index.html Regards. Le 12/06/19 10:39, james pruett a écrit : Hi, I installed "osmar". Q: How do I learn what methods it contains. I tried Help, things like that Thanks cellurl [[alternative HTML version

Re: [R] how to get help for a package. Thanks!

2012-06-18 Thread R. Michael Weylandt
The help function in R is just that -- a function -- so you have to invoke it, e.g., as help(mean) rather than just typing Help. You might also try help.start() which opens a fuller help system in your browser. To see the available functionality of the package, the easiest way is to check its CRAN

[R] how to get help for a package. Thanks!

2012-06-18 Thread james pruett
Hi, I installed "osmar". Q: How do I learn what methods it contains. I tried > Help, things like that Thanks cellurl [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PL