Learn R Programming

radiant.data (version 0.6.0)

sum_rm: Sum with na.rm = TRUE

Description

Sum with na.rm = TRUE

Usage

sum_rm(x, na.rm = TRUE)

Arguments

x
Input variable
na.rm
If TRUE missing values are removed before calculation

Value

Sum of input values

Examples

Run this code
sum_rm(1:200)

Run the code above in your browser using DataLab