".svn/pristine/81" did not exist on "65fb2e15e95f811de0ac6a8e077627a150a1569d"
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utilities.R
\name{write.excel}
\alias{write.excel}
\title{Utility to copy data to clipboard for pasting to Excel}
\usage{
write.excel(d, getRownames = F, ...)
}
\arguments{
\item{d}{the data to copy}
\item{getRownames}{set to T to opy also row.names}
\item{...}{any other parameter for passing to write.table}
}
\value{
nothing
}
\description{
Utility to copy data to clipboard for pasting to Excel
}
\examples{
write.excel(d);
}