[R] Cannot install package write.xls
Daniel Nordlund
djnordlund at gmail.com
Sat Oct 8 08:18:19 CEST 2016
On 10/7/2016 10:50 PM, T.Riedle wrote:
> Dear R users,
>
>
>
> I am trying to export my results to excel using write.xls or write.table but I cannot install the packages.
>
>
>
> Instead, I get the message
>
>
>
> Warning in install.packages :
> package 'write.table' is not available (for R version 3.3.1)
>
>
>
>
>
> What can I do?
>
As far as I know, write.xls and write.table are not packages, they are
functions. There is a write.xls function in the xlsx (and also the
openxlsx) package and write.table is a built-in R function that exists
in the util package.
Dan
--
Daniel Nordlund
Port Townsend, WA USA
More information about the R-help
mailing list