Skip to content

Commit

Permalink
Reverting previous commit of fixing as.data.table.Rd.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsrinivasan committed Jan 27, 2016
1 parent d3f7176 commit 642f407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/as.data.table.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Functions to check if an object is \code{data.table}, or coerce it if possible.
\usage{
as.data.table(x, keep.rownames=FALSE, \dots)

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

is.data.table(x)

Expand Down

0 comments on commit 642f407

Please sign in to comment.