"man/man/update_elements.DT.Rd" did not exist on "bff199adae90c7d7da3232e29a6460cb39178698"
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);
}