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

______________________________________________
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