[R] how to download source code, pdf manual for any package from internet?
sagarnikam123
sagarnikam123 at gmail.com
Thu May 17 12:39:01 CEST 2012
i can get list of available packages by
> r<-available.packages()
No of available packages
> length(r[,1])
[1] 3739
single package name
> r[1,1]
[1] "ACCLMA"
i want download all packages starting with "A" / "a" alphabets,
with their source code, pdf manual/vignettes from internet
--
View this message in context: http://r.789695.n4.nabble.com/how-to-download-source-code-pdf-manual-for-any-package-from-internet-tp4630354.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list