Rdocumentation
powered by
Learn R Programming
ddR (version 0.1.2)
rowSums,DObject-method: Gets the row sums for a distributed array or data.frame.
Description
Gets the row sums for a distributed array or data.frame.
Usage
"rowSums"(x, na.rm = FALSE, dims = 1L)
Arguments
x
The object to get the row sums from.
na.rm
If TRUE, will remove NAs.
dims
Currently does nothing.