Learn R Programming

genpathmox (version 0.6)

sumlist: Sum of all elements in a list

Description

Sum of all elements in a list

Usage

sumlist(alist, na.rm = FALSE)

Arguments

alist

a list

na.rm

logical indicating whether missing values should be removed

Value

the sum

Details

Internal function.