sum.ff: Sum of 'ff' vector Elements

Description Usage Arguments Value

View source: R/Summary_ff.R

Description

sum returns the sum of all the values present in its arguments.

Usage

1
2
## S3 method for class 'ff'
sum(x, ..., na.rm = FALSE, range = NULL)

Arguments

x

a ff object

...

optional other (ff) objects

na.rm

should NA be removed?

range

a ri or an integer vector of length==2 giving a range restriction for chunked processing

Value

sum of elements


ffbase documentation built on Feb. 27, 2021, 5:06 p.m.