Skip to contents

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

Usage

# S4 method for class 'dbMatrix'
sum(x, na.rm = TRUE)

Arguments

x

dbMatrix object

na.rm

Always TRUE for dbMatrix queries. Included for compatibility with the generic.