sum_na: Get the sum from a numeric vector with NAs

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Get the sum from a numeric vector with NAs

Usage

1
sum_na(x)

Arguments

x

A numeric vector.

Value

A numeric value representing sum of all the values excluding NAs.

Examples

1
sum_na(c(3,5,NA))

deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.