Rdocumentation
powered by
Learn R Programming
ddR (version 0.1.1)
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
## S3 method for class 'DObject': 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.