> -----Original Message----- > From: David Winsemius [mailto:dwinsem...@comcast.net] > Sent: Saturday, December 18, 2010 5:54 PM > To: Joel Schwartz > Cc: r-help@r-project.org > Subject: Re: [R] package survey > > > On Dec 18, 2010, at 8:11 PM, Joel Schwartz wrote: > > >> and does anyone know if it is possible to find the codes for > >> functions in survey package? > > > > Yes, you can find the code by doing the following: > > > > 1) Go to the CRAN R package list > > (http://cran.r-project.org/web/packages/ > > ), > > scroll down to the "survey" package link and click on it. > > > > 2) Scroll down to the "Downloads" section and download the "package > > source" > > file. The "R" folder in this file contains the code for the > functions > > in the package. > > > > You can of course follow an analogous procedure to get the code for > > other packages. > > > > There might be an easier or quicker way to do it from > within R but ,if > > there is, I haven't learned it yet. > > (I suspect Joel knows this.) > > If the package is loaded, you can just type the name of the > function at the console. > > svyhist # produces about a half-page of code. > Yes, I should have suggested that option as well. It's probably the quickest way if you just want the code for one or a few functions. But if you want the code for most or all functions in a package (including ones for which you might not know the name off the top of your head) is there some way of sending the code for all functions in particular package to a ".r" file from the command line with one or two lines of code?
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.