If you aren't happy with that, you might review other options:


library(sos)
> (xlsx <- ???xlsx)
found 372 matches;  retrieving 19 pages
2 3 4 5 6 7 8 9 10
11 12 13 14 15 16 17 18 19
Downloaded 268 links in 58 packages.


This opened a table in my default browser listing 268 help pages containing "xlsx", sorted to put first the package with the most matches.


> findFn2xls(xlsx)


This wrote a file "xlsx.xls" to the working directly, the first sheet of which gave a summary of the 58 packages containing at least one match.


For years, I've used read.xls{gdata}. That's number 8 on this list. I don't know which is best.


      Spencer


On 2/13/2016 2:36 PM, Hasan Diwan wrote:
install.packages('xlsx', type='source', repos='http://cran.rstudio.com')
should sort you. -- H

On 13 February 2016 at 09:42, papa legba <legba...@gmail.com> wrote:

Hi,
Does anyone have any idea how to work around this ?
package ‘xlsx’ is not available (for R version 3.2.3)

To make xlsx work for 3.2.3 ?

Thanks

         [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.




______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to