Skip to content

Commit

Permalink
valid as.data.table.array man
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Mar 22, 2016
1 parent deb3eba commit 4c266eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion man/as.data.table.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ as.data.table(x, keep.rownames=FALSE, \dots)

\method{as.data.table}{data.table}(x, \dots)

\method{as.data.table}{array}(x, keep.rownames=FALSE, na.rm=FALSE, \dots)

is.data.table(x)

}
\arguments{
\item{x}{An R object.}
\item{keep.rownames}{Default is \code{FALSE}. If \code{TRUE}, adds the input object's names as a separate column named \code{"rn"}. \code{keep.rownames = "id"} names the column \code{"id"} instead.}
\item{na.rm}{Default \code{FALSE}, used in \emph{array} method. If \code{TRUE} it will remove \code{NA} values from results.}
\item{na.rm}{Default \code{FALSE}, used only in \emph{array} method. If \code{TRUE} it will remove \code{NA} values from results.}
\item{\dots}{Additional arguments to be passed to or from other methods.}
}
\details{
Expand Down

0 comments on commit 4c266eb

Please sign in to comment.